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:
parent
b6cb81892d
commit
ec0b81bec0
5
myego.py
5
myego.py
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user