This website requires JavaScript.
Explore
Help
Sign In
a3x
/
nyaa
Watch
1
Star
0
Fork
You've already forked nyaa
0
mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced
2024-11-01 03:35:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c4e7745502
nyaa
/
run.py
4 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Add proper shebang line to run.py (#275) Without a shebang, the shell tries to interpret the file as a shell script if you issue the ./run.py command; setting chmod +x on the file without a proper shebang is useless.
2017-06-29 21:48:19 +00:00
#!/usr/bin/env python3
Initial commit.
2017-05-12 18:51:49 +00:00
from
nyaa
import
app
app
.
run
(
host
=
'
0.0.0.0
'
,
port
=
5500
,
debug
=
True
)
Reference in a new issue
Copy permalink