Skip to content

Commit

Permalink
test: check for nones
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Mar 26, 2024
1 parent cbd31a2 commit 41524d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/legends/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def main():
pipe = cache.pipeline()

legend_date = gen_legend_date()

print(len([n for n in t, n in current_player_responses if n is None]))
for tag, response in current_player_responses:

previous_response = previous_player_responses.get(tag)
Expand Down

0 comments on commit 41524d7

Please sign in to comment.