mirror of
https://github.com/balkian/TwitterDigger.git
synced 2025-08-23 06:52:21 +00:00
Added pending to shelf
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user