Skip to content

Commit

Permalink
checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Oct 6, 2023
1 parent 529f422 commit de513c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/scripts.community/check_unverified_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def do_check():

if 'IPvSean' in github_logins:
print(gdata)
print(github_logins)

'''
# find the new user that social auth created
Expand All @@ -158,7 +159,7 @@ def do_check():
print(f'{unverified_user} found related {found_users}')

if 'IPvSean' in github_logins:
print(gdata)
# print(gdata)
break


Expand Down

0 comments on commit de513c6

Please sign in to comment.