diff --git a/backend.py b/backend.py index 39c2a08..e4842cb 100644 --- a/backend.py +++ b/backend.py @@ -48,5 +48,5 @@ def index(): return 'Content-Type not supported!' -app.run(port=2020, host="0.0.0.0", debug=True) +# app.run(port=2020, host="0.0.0.0", debug=True) print('server starts working')