diff --git a/crawler/daemon.py b/crawler/daemon.py index 21dc553..a11f009 100644 --- a/crawler/daemon.py +++ b/crawler/daemon.py @@ -67,3 +67,5 @@ while True: print "Skipped '%s' by '%s' (already exists)" % (s_title, s_authors) else: print "Unrecognized command: %s" % message_type + + time.sleep(0.05)