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 8051678 commit d2e0da4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev/scripts.community/check_unverified_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ def do_check():
if not github_logins:
continue

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

'''
# find the new user that social auth created
Expand Down Expand Up @@ -176,9 +176,9 @@ def do_check():

print(f'{unverified_user} found related {found_users}')

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


do_check()

0 comments on commit d2e0da4

Please sign in to comment.