Wait a bit longer between pastes, to avoid throttling

This commit is contained in:
Sven Slootweg 2013-11-02 22:01:22 +01:00
parent 68e82f8ac8
commit 389a49e6c3

View file

@ -35,4 +35,4 @@ while True:
sender.send(msgpack.packb(item))
time.sleep(1) # Wait a second between each paste retrieval...
time.sleep(1.3) # Wait a second between each paste retrieval...