diff --git a/py/api.py b/py/api.py index f9e5ca2..1e1f785 100644 --- a/py/api.py +++ b/py/api.py @@ -51,7 +51,6 @@ class API: if action == "check_credentials": self.db.check_credentials(data) - ssl_context = ('cert.pem', 'key.pem') self.app.run(debug=True, host='0.0.0.0', port=5000, ssl_context=ssl_context)