diff --git a/app.py b/app.py index 6a415da..64ae166 100644 --- a/app.py +++ b/app.py @@ -2,7 +2,7 @@ from server import app from backend import routine -routine.start() +# routine.start() if __name__ == "__main__": context = ('certificate/xip.io.crt', 'certificate/xip.io.key')#certificate and key files