This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
0bin
Watch
1
Star
0
Fork
0
You've already forked 0bin
mirror of
https://github.com/Tygs/0bin.git
synced
2023-08-10 21:13:00 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
4e4e938fe8
0bin
/
libs
/
cherrypy
/
cherryd
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Dependancy free
2012-04-26 23:19:12 +04:00
#! /usr/bin/env python
Porting zerobin to python 3
2015-05-10 20:19:02 +03:00
import cherrypy.daemon
Dependancy free
2012-04-26 23:19:12 +04:00
if __name__ == '__main__':
Porting zerobin to python 3
2015-05-10 20:19:02 +03:00
cherrypy.daemon.run()
Reference in New Issue
Copy Permalink