This website requires JavaScript.
Explore
Help
Register
Sign In
Xefir
/
PyNyaaTa
Archived
Watch
1
Star
0
Fork
0
You've already forked PyNyaaTa
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-10-01
. You can view files and clone it, but cannot push or open issues or pull requests.
36fa5d6377
PyNyaaTa
/
run.py
4 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
Change arch to be able to deploy to pypi
2020-04-09 18:47:56 +00:00
from
pynyaata
.
config
import
app
,
APP_PORT
,
IS_DEBUG
Fix infinite start loop, fix date parsing on alpine, switch to alpine
2020-04-13 19:17:43 +00:00
app
.
run
(
'
0.0.0.0
'
,
APP_PORT
,
IS_DEBUG
)
Reference in New Issue
Copy Permalink