diff --git a/examples/1vX/main.py b/examples/1vX/main.py index 6d59adb1..f5c5ccdb 100644 --- a/examples/1vX/main.py +++ b/examples/1vX/main.py @@ -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}")