This commit is contained in:
Patrick_Pluto 2024-09-20 11:35:13 +02:00
parent 30e89d81db
commit 13c47b9743

View file

@ -51,7 +51,6 @@ class API:
if action == "check_credentials": if action == "check_credentials":
self.db.check_credentials(data) self.db.check_credentials(data)
ssl_context = ('cert.pem', 'key.pem') ssl_context = ('cert.pem', 'key.pem')
self.app.run(debug=True, host='0.0.0.0', port=5000, ssl_context=ssl_context) self.app.run(debug=True, host='0.0.0.0', port=5000, ssl_context=ssl_context)