Skip to content

Commit 0f20d73

Browse files
committed
Remove Config initialization
1 parent 3447b62 commit 0f20d73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
2/15/18
1212
"""
1313
from webapp import app
14-
from webapp.config import Config
1514

1615
if __name__ == '__main__':
17-
app.config.from_object(Config)
18-
app.run()
16+
app.run(host='0.0.0.0')

0 commit comments

Comments
 (0)