1
0
mirror of https://github.com/balkian/TwitterDigger.git synced 2024-11-21 15:52:28 +00:00

Synch Shelf in every iteration

This commit is contained in:
J.Fernando Sánchez 2013-03-15 16:22:05 +01:00
parent 30d46c4edc
commit bcfa29f534

View File

@ -52,6 +52,7 @@ class Fetcher(threading.Thread):
print "Exception"
raise ex
finally:
sh.sync()
lock.release()
if timetowait:
time.sleep(timetowait)