1
0
mirror of https://github.com/balkian/TwitterDigger.git synced 2024-11-22 08:12:28 +00:00

Less frenzy requests

This commit is contained in:
J.Fernando Sánchez 2013-03-13 20:22:40 +01:00
parent ffbc4b655b
commit bfcec45969

View File

@ -78,6 +78,7 @@ while True:
minimumscore = userscore
nextuser=user
explore_user(t,pending.pop())
time.sleep(5)
except TwitterHTTPError as ex:
print "Exception %s - %s" % (ex,type(ex))
if ex.e.code/10 == 42: