Skip to content

Commit 1c414e0

Browse files
committed
add replay version to logs
1 parent 6fdeddc commit 1c414e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/render.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
replay_info = ReplayParser(
1818
f, strict=True, raw_data_output=False
1919
).get_info()
20+
LOGGER.info(f"Replay has version {replay_info['open']['clientVersionFromExe']}")
2021
LOGGER.info("Rendering the replay file...")
2122
renderer = Renderer(
2223
replay_info["hidden"]["replay_data"],

0 commit comments

Comments
 (0)