Return private

This commit is contained in:
Lasse Studion 2022-12-18 17:35:01 +01:00
parent a9298d5bf2
commit 7acb9c95e4

View File

@ -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: