Apply black
This commit is contained in:
parent
2426dbb9b8
commit
6ae8633036
1 changed files with 2 additions and 2 deletions
4
run.py
4
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue