We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdeddc commit 1c414e0Copy full SHA for 1c414e0
src/render.py
@@ -17,6 +17,7 @@
17
replay_info = ReplayParser(
18
f, strict=True, raw_data_output=False
19
).get_info()
20
+ LOGGER.info(f"Replay has version {replay_info['open']['clientVersionFromExe']}")
21
LOGGER.info("Rendering the replay file...")
22
renderer = Renderer(
23
replay_info["hidden"]["replay_data"],
0 commit comments