1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Update routes to cmd in zerobin.py

Hey, you are forgot to change routes to cmd in zerobin.py.
This commit is contained in:
Arkadiusz 2015-10-31 12:50:52 +00:00
parent a344dbb18f
commit 1b4d75c06c

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
from zerobin.routes import main
from zerobin.cmd import main
main()