add shebang
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
from application import app
|
||||
app.run(debug=True)
|
||||
|
Reference in New Issue
Block a user
@@ -1,2 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
from application import app
|
||||
app.run(debug=True)
|
||||
|