@ -160,6 +160,7 @@ if __name__ == "__main__":
)
if profile.blocked:
profile = blocked_profile(profile, proxieservers=proxieservers)
user = User(str(userdoc['_key']).strip(), mode, other_pictures=url_other_pictures)
else:
break
except:
@ -175,7 +176,7 @@ if __name__ == "__main__":
friends_unchecked = []
for friend in friends:
if not check_for_user(friend):
if not check_for_user(friend) and friend not in friends_unchecked:
print(friend)
friends_unchecked.append(friend)