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

Measure now being used

This commit is contained in:
J.Fernando Sánchez 2013-03-13 20:34:56 +01:00
parent bfcec45969
commit 625d9c17cc

View File

@ -77,8 +77,8 @@ while True:
if(userscore < minimumscore):
minimumscore = userscore
nextuser=user
explore_user(t,pending.pop())
time.sleep(5)
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: