From 59f70fb03b7f802c75f1e7d87262f6bf0f6a3a75 Mon Sep 17 00:00:00 2001 From: TazMatic <31835653+TazMatic@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:00:33 -0400 Subject: [PATCH] Fix game title error --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 2308b9b..b723a0c 100644 --- a/main.py +++ b/main.py @@ -47,7 +47,7 @@ def main(): videoGameWindow = videoGameWindows[0] except: print("The game window you are trying to select doesn't exist.") - print("Check variable videoGameWindowTitle (typically on line 15") + print("Check variable videoGameWindowTitle (typically on line 13") exit() # Select that Window @@ -168,4 +168,4 @@ def main(): exit() if __name__ == "__main__": - main() \ No newline at end of file + main()