This website requires JavaScript.
Explore
Help
Sign In
svitvojimilioni
/
taskmanager
Watch
1
Star
0
Fork
0
You've already forked taskmanager
forked from
Decentrala/taskmanager
Code
Pull Requests
Activity
better-templates
taskmanager
/
run.py
6 lines
104 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
fix init_db file and run.py
2024-01-16 12:28:11 +00:00
#!/usr/bin/env python3
from
taskmanager
import
app
init
2023-10-20 13:20:56 +00:00
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
False
)
Copy Permalink