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

Added pending to shelf

This commit is contained in:
J.Fernando Sánchez 2013-03-15 14:22:49 +01:00
parent b6cb81892d
commit ec0b81bec0

View File

@ -15,10 +15,13 @@ for key in keys:
if key not in sh: if key not in sh:
sh[key]={} sh[key]={}
if 'pending' not in sh:
sh['pending']=set()
followers = sh['followers'] followers = sh['followers']
names = sh['names'] names = sh['names']
distance = sh['distance'] distance = sh['distance']
pending = set() pending = sh['pending']
userobject = sh['userobject'] userobject = sh['userobject']
t = Twitter(auth=OAuth(credentials.ACCESS_TOKEN, t = Twitter(auth=OAuth(credentials.ACCESS_TOKEN,