Fixed start script; also, print is evil

develop
Sven Slootweg 11 years ago
parent 4994c1baa7
commit 047f08fdf6

@ -22,6 +22,5 @@ while True:
item["retrieval_time"] = int(time.time())
item["paste"] = paste
sender.send(msgpack.packb(item))
print item
time.sleep(1) # Wait a second between each paste retrieval...

@ -1,6 +1,6 @@
#!/usr/bin/env python2
import sys
import sys, subprocess
errors = False
try:

Loading…
Cancel
Save