Skip to content

Commit

Permalink
fix example print msg
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Nov 10, 2023
1 parent 6ac9d2d commit 302f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1vX/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def find_if_1vx(deaths, round_idx, round_ends, df, X):
for round_idx in range(0, max_round):
clutcher_steamid = find_if_1vx(deaths, round_idx, round_ends, df, X)
if clutcher_steamid != None:
print("a", clutcher_steamid, file)
print(f"round: {round_idx} {clutcher_steamid} clutched a 1v{X}")

0 comments on commit 302f861

Please sign in to comment.