From 908d64e0a90a93def134790663214934c3a61c4a Mon Sep 17 00:00:00 2001 From: raphael Date: Sat, 9 May 2020 07:44:15 +0000 Subject: [PATCH] hotfixes removing backend update script --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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