Don't wait after every incoming tweet, only after working through all of them...
This commit is contained in:
parent
3c63c1bcaf
commit
3887bbb03d
1 changed files with 2 additions and 1 deletions
|
@ -51,4 +51,5 @@ while True:
|
|||
cur.commit()
|
||||
|
||||
savepoint = twid
|
||||
time.sleep(60)
|
||||
|
||||
time.sleep(60)
|
||||
|
|
Loading…
Reference in a new issue