Internal Screaming

This commit is contained in:
Michał Gdula 2023-03-12 18:53:57 +00:00
parent 896fdb8e8a
commit 9cfb8befd2
6 changed files with 18 additions and 19 deletions

2
run.py
View file

@ -13,7 +13,7 @@ from setup.args import PORT, ADDRESS, WORKERS, DEBUG
from setup.configuration import Configuration
Configuration() # Run prechecks
Configuration() # Run pre-checks
if DEBUG: