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] videoGameWindow = videoGameWindows[0]
except: except:
print("The game window you are trying to select doesn't exist.") 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() exit()
# Select that Window # Select that Window
@ -168,4 +168,4 @@ def main():
exit() exit()
if __name__ == "__main__": if __name__ == "__main__":
main() main()