server-cli-todo-cleanup

This commit is contained in:
2022-08-11 14:22:10 +03:00
parent 0ba5047ff9
commit f13f40c89a
18 changed files with 106 additions and 33 deletions

View File

@@ -4,7 +4,8 @@ from settings import PORT
import sys
if __name__ == '__main__':
x = sys.argv[1] or ""
x = ''
if len(sys.argv) > 1: x = sys.argv[1]
if x == "dev":
print("DEV MODE")
headers = [