adjust for compose running
parent
170eb52f77
commit
75123fa855
@ -1,3 +1,3 @@
|
||||
.venv
|
||||
*.db*
|
||||
.env
|
||||
.venv
|
||||
*.db
|
@ -1,3 +1,3 @@
|
||||
.venv
|
||||
*.pyc
|
||||
*.db*
|
||||
*.db
|
@ -1,7 +1,4 @@
|
||||
from lws.factory import create_app
|
||||
from lws import config
|
||||
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
run = create_app().run(host=config.HOST)
|
||||
|
Loading…
Reference in New Issue