From 6ae8633036b5b1b992d188deac3ec3745648ee80 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 25 Aug 2023 16:42:13 -0400 Subject: [PATCH] Apply black --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)