WIP: adding differentiation between ego distance

This commit is contained in:
Thomas Wade 2018-09-24 13:11:21 +09:30
parent d6dbc472bd
commit fc1b2ca4cd

View File

@ -236,7 +236,7 @@ def Get_Follows(url, limit = 100):
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:
print('Processing ' + user_str)