whoops
This commit is contained in:
parent
30e89d81db
commit
13c47b9743
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue