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

Users were removed from the list before completion

This commit is contained in:
J.Fernando Sánchez 2013-03-13 20:41:16 +01:00
parent 625d9c17cc
commit 417bfc9b10

View File

@ -77,7 +77,8 @@ while True:
if(userscore < minimumscore):
minimumscore = userscore
nextuser=user
explore_user(t,pending.pop())
explore_user(t,nextuser)
pending.remove(nextuser)
time.sleep(5)
except TwitterHTTPError as ex:
print "Exception %s - %s" % (ex,type(ex))