Updated wsgi

This commit is contained in:
2022-06-16 14:19:04 +01:00
parent 3f59d1b1b7
commit a8a01e17da
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
from main import app
if __name__ == '__main__':
from app.install import install_scripts
install_scripts()
app.run()