diff --git a/run.py b/run.py index de5dd14..b3736fd 100755 --- a/run.py +++ b/run.py @@ -3,5 +3,5 @@ from sourcing import create_app if __name__ == "__main__": - app = create_app('config.default') - app.run('0.0.0.0', debug=True) + app = create_app("config.default") + app.run("0.0.0.0", debug=True)