Script Functionally FINALLY reinstated

This commit is contained in:
2025-10-19 14:39:43 -06:00
parent f76950956d
commit 2482f01a16
2 changed files with 263 additions and 67 deletions

View File

@@ -8323,6 +8323,6 @@ if __name__ == "__main__":
app,
host="0.0.0.0",
port=5000,
certfile=TLS_CERT_PATH,
certfile=TLS_BUNDLE_PATH,
keyfile=TLS_KEY_PATH,
)