diff --git a/collect_followers.py b/collect_followers.py index c63741d..5551648 100644 --- a/collect_followers.py +++ b/collect_followers.py @@ -39,7 +39,7 @@ def get_followings(username): try: error_title = result['errors'][0]['title'] if error_title == 'Authorization Error': - return ['Private Profile'] + return 'private' except: break if 'data' not in result: