diff --git a/F1_24/README.md b/F1_24/README.md index 5912f77..fd84e33 100644 --- a/F1_24/README.md +++ b/F1_24/README.md @@ -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 diff --git a/F1_24/f1_24.py b/F1_24/f1_24.py index 114fd88..a489fd0 100644 --- a/F1_24/f1_24.py +++ b/F1_24/f1_24.py @@ -1,4 +1,4 @@ -"""F1 23 test script""" +"""F1 24 test script""" import logging from argparse import ArgumentParser import os.path