Skip to content

Commit

Permalink
Logging attendees as they get imported
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed Oct 30, 2023
1 parent cd2b3f3 commit 1264a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/tuber/api/uber.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def department_sync():
badgelookup = {badge.uber_id: badge for badge in badges}

for attendee in eligible:
print(f"Importing {attendee}")
req = {
"method": "attendee.search",
"params": [
Expand Down

0 comments on commit 1264a95

Please sign in to comment.