Skip to content

Commit

Permalink
Added combat log pk to message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed May 27, 2024
1 parent c98a59f commit f2d7295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combatlog/models/combatlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def update_metadata_file(self, file):

if ladder.manual_review_threshold:
visible = player.get(ladder.metric) < ladder.manual_review_threshold
manual_review = ", but result needs to be manually reviewed."
manual_review = f", but result needs to be manually reviewed. Combat Log ID #{self.pk}"
else:
visible = True
manual_review = ""
Expand Down

0 comments on commit f2d7295

Please sign in to comment.