From d6f29f17618ae6c7397761c1e372fd7f84ceacac Mon Sep 17 00:00:00 2001 From: J-Doiron <139803019+J-Doiron@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:51:47 -0700 Subject: [PATCH] Update aotse.py --- aots-e/aotse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aots-e/aotse.py b/aots-e/aotse.py index d7252b6..c85a347 100644 --- a/aots-e/aotse.py +++ b/aots-e/aotse.py @@ -14,7 +14,7 @@ PARENT_DIR = str(Path(sys.path[0], "..")) sys.path.append(PARENT_DIR) from harness_utils.keras_service import KerasService -from harness_utils.steam import get_app_install_location, get_build_id +from harness_utils.steam import get_app_install_location, get_build_id, exec_steam_game from harness_utils.output import ( DEFAULT_DATE_FORMAT, DEFAULT_LOGGING_FORMAT,