Fix game title error

This commit is contained in:
TazMatic 2022-04-29 16:00:33 -04:00 committed by GitHub
parent bf5871327f
commit 59f70fb03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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