Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyah92 committed Mar 16, 2024
1 parent 3756b56 commit e6070ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usernameVerifier/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ def process_geeksforgeeks(participants):
# Iterate through each participant
for participant in tqdm(participants, desc="Processing GeeksForGeeks Handles", unit="participant"):
# Check if GeeksForGeeks handle is valid
if participant.geeksforgeeks_handle != '#N/A':
logging.debug(f"Checking GeeksForGeeks URL for participant {participant.handle}")
if participant.geeksforgeeks_handle != '#N/A':

# Write participant data to file
with open('geeksforgeeks_handles.txt', 'a') as file:
Expand Down

0 comments on commit e6070ac

Please sign in to comment.