This website requires JavaScript.
Explore
Help
Sign In
fram3d
/
flaskapp
Watch
1
Star
0
Fork
0
You've already forked flaskapp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8641c9b372
flaskapp
/
run.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
add installation instructions,fix install scripts permissions and add shebang to run.py
2024-01-17 14:07:32 +00:00
#!/usr/bin/env python3
init
2023-10-20 13:20:56 +00:00
from
flaskapp
import
app
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
False
)
Reference in New Issue
Copy Permalink