Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Nov 14, 2022
1 parent 66eba59 commit 17e16e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elevenclock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,7 @@ def compareFullScreenRects(window, screen, ADVANCED_FULLSCREEN_METHOD):
print("🟡 Fullscreen window title:", globals.windowTexts[hwnd])
fullscreen = True
else:
cprint("input host messing around!!!!!")
pass # Input host messing around!
print("🟠 Input host messing around!!!!!")
else:
hwnd = globals.foregroundHwnd
if hwnd == 0:
Expand Down

0 comments on commit 17e16e1

Please sign in to comment.