Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
reverted check var typing
Browse files Browse the repository at this point in the history
  • Loading branch information
orcutt989 committed Jan 10, 2020
1 parent db3330a commit bb76c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelapse/recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ def screenshot(self) -> None:
subprocess.run(
['screencapture', '-S', '-o', '-x', '-D',
str(get_screen_with_mouse_index() + 1), '-t', self.format, filename],
check: bool =True)
check=True)
self.screenshot_counter: int += 1

0 comments on commit bb76c7c

Please sign in to comment.