Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zquaa authored Aug 16, 2021
1 parent ae31e7c commit a94c831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def focusOn():
print('. ',end='')
sys.exit()
else:
firefox = list[0]
if firefox.isMinimized == True:
firefox.restore() #run
print("Focused onto FireFox.")
browser = list[0]
if browser.isMinimized == True:
browser.restore() #run
print("Focused onto your Browser.")
else:
pass

Expand Down

0 comments on commit a94c831

Please sign in to comment.