mirror of
https://github.com/maxDcb/C2TeamServer
synced 2026-06-06 16:14:27 +00:00
6 lines
177 B
Python
6 lines
177 B
Python
import os
|
|
from pathlib import Path
|
|
|
|
os.environ.setdefault("QT_QPA_PLATFORM", "offscreen")
|
|
os.environ["C2_ENV_FILE"] = str(Path(__file__).resolve().parent / ".missing-test.env")
|