Skip to content

Commit

Permalink
found new names
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Mar 17, 2024
1 parent 353ef0f commit 0d823ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async def insert_report(
# Create entries for players that do not yet exist in Players table
existing_names = [d["normalized_name"] for d in data]
new_names = set([name for name in valid_names]).difference(existing_names)

logger.debug(f"Found new names: {len(new_names)}")
# Get new player id's
if new_names:
param = [
Expand Down

0 comments on commit 0d823ef

Please sign in to comment.