Add 2FA support
This commit is contained in:
@@ -113,4 +113,4 @@ def create_app():
|
||||
return app
|
||||
|
||||
if __name__ == '__main__' :
|
||||
app.run(host='192.168.7.146', port=8000, debug=True)
|
||||
app.run(host=app.config['HOST'], port=app.config['PORT'], debug=True)
|
||||
|
||||
Reference in New Issue
Block a user