Progress
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/env python
|
||||
from distutils.log import debug
|
||||
from app import create_app
|
||||
app = create_app()
|
||||
if __name__ == '__main__': app.run()
|
||||
if __name__ == '__main__':
|
||||
from app.install import install_scripts
|
||||
install_scripts()
|
||||
app.run()
|
Reference in New Issue
Block a user