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 42feda3 commit cae382cCopy full SHA for cae382c
js_finder/js_finder/ten_lines.py
@@ -226,7 +226,7 @@ def run_ten_lines(
226
f"<td>{seed:04X}</td>"
227
f"<td>{advance}</td>"
228
f"<td>{floor(seed_frame + advance)}</td>"
229
- f"<td>{datetime.timedelta(seconds=((frame_to_ms(seed_frame, system)))//1000)}</td>"
+ f"<td>{datetime.timedelta(seconds=((frame_to_ms(seed_frame + advance, system)))//1000)}</td>"
230
+ (
231
f"<td>{frame_to_ms(seed_frame, system)}ms</td>"
232
if game != "rtc"
0 commit comments