Skip to content

Commit

Permalink
removed debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjeffreyz committed May 28, 2022
1 parent 6483969 commit 0382df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ def screenshot(self, delay=1):
except mss.exception.ScreenShotError:
print(f'\n[!] Error while taking screenshot, retrying in {delay} second'
+ ('s' if delay != 1 else ''))
print(self.window)
time.sleep(delay)

0 comments on commit 0382df0

Please sign in to comment.