Skip to content

Commit e611f8f

Browse files
committed
improve logging
1 parent bb2db86 commit e611f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/rating/management/commands/update_trueskill.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ def handle(self, *args, **options):
109109
place = place + 1
110110
else:
111111
print(
112-
"find_player_smart(): found 0 players with name '{0}', game_count={1}, old_ids={2}, new_ids={3}".format(
112+
"find_player_smart(): found 0 players with name '{0}', old_ids={1}, new_ids={2}, game_count={3}".format(
113113
player_full_name,
114-
ts_player["event_game_counts"],
115114
ts_player.get("old_ids"),
116115
ts_player.get("new_ids"),
116+
ts_player["event_game_counts"],
117117
)
118118
)
119119

0 commit comments

Comments
 (0)