From 13c47b9743157ed3fb7e609584dffba201ef5abe Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 20 Sep 2024 11:35:13 +0200 Subject: [PATCH] whoops --- py/api.py | 1 - 1 file changed, 1 deletion(-) 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)