This commit is contained in:
James
2024-11-21 09:33:50 -08:00
parent 8dfc942297
commit cb4846dbc9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
# F1 23
# F1 24
This script navigates through in-game menus to the built in benchmark and runs it with the current settings. It then waits for a results screen, expecting the benchmark to be running 3 laps.
## Prerequisites
- Python 3.10+
- F1 23 installed
- F1 24 installed
- Keras OCR service
## Options

View File

@@ -1,4 +1,4 @@
"""F1 23 test script"""
"""F1 24 test script"""
import logging
from argparse import ArgumentParser
import os.path