Return private

main
Lasse Studion 3 years ago
parent a9298d5bf2
commit 7acb9c95e4
  1. 2
      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:

Loading…
Cancel
Save