WIP: adding differentiation between ego distance
This commit is contained in:
parent
d6dbc472bd
commit
fc1b2ca4cd
@ -236,7 +236,7 @@ def Get_Follows(url, limit = 100):
|
|||||||
|
|
||||||
|
|
||||||
user_dict = {}
|
user_dict = {}
|
||||||
users_to_process = ['thomotron', 'lacheque', 'slynk', 'bossfightswe']
|
users_to_process = [{'distance':0, 'url_username':'thomotron'}, {'distance':0, 'url_username':'lacheque'}, {'distance':0, 'url_username':'slynk'}, {'distance':0, 'url_username':'bossfightswe'}]
|
||||||
|
|
||||||
for user_str in users_to_process:
|
for user_str in users_to_process:
|
||||||
print('Processing ' + user_str)
|
print('Processing ' + user_str)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user