From e94c4ac596896caec4149df018422f8f6825473c Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Tue, 18 Sep 2018 17:39:16 +0930 Subject: [PATCH] Add Bossfight to users_to_process --- scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape.py b/scrape.py index d4c9cc9..3fd4249 100755 --- a/scrape.py +++ b/scrape.py @@ -48,7 +48,7 @@ class User: follower_count = '' user_dict = {} -users_to_process = ['thomotron', 'lacheque', 'slynk'] +users_to_process = ['thomotron', 'lacheque', 'slynk', 'bossfightswe'] for user_str in users_to_process: # Skip any users that have already been passed over to avoid infinite loops