fixed shebang
This commit is contained in:
parent
f836841f66
commit
2533927cca
1
TODO
1
TODO
@ -10,6 +10,7 @@
|
||||
- support for md files in spool
|
||||
|
||||
dependencies:
|
||||
- python-pip (perche' serve telepot)
|
||||
- python-watchdog
|
||||
- python-argparse
|
||||
- python-configparser
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
import time
|
||||
import random
|
||||
import datetime
|
||||
|
Loading…
Reference in New Issue
Block a user