Add Bossfight to users_to_process

This commit is contained in:
Thomas Wade 2018-09-18 17:39:16 +09:30
parent 0eedc67144
commit e94c4ac596

View File

@ -48,7 +48,7 @@ class User:
follower_count = '' follower_count = ''
user_dict = {} user_dict = {}
users_to_process = ['thomotron', 'lacheque', 'slynk'] users_to_process = ['thomotron', 'lacheque', 'slynk', 'bossfightswe']
for user_str in users_to_process: for user_str in users_to_process:
# Skip any users that have already been passed over to avoid infinite loops # Skip any users that have already been passed over to avoid infinite loops