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:
parent
a344dbb18f
commit
1b4d75c06c
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
from zerobin.routes import main
|
from zerobin.cmd import main
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user