This website requires JavaScript.
Explore
Help
Sign In
Decentrala
/
taskmanager
Watch
12
Star
0
Fork
2
You've already forked taskmanager
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6739e997bc
taskmanager
/
run.py
6 lines
104 B
Python
Raw
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
)
Reference in New Issue
Copy Permalink