Skip to content

Commit 40f66d1

Browse files
committed
fix Screen startup bug
1 parent 08b51b0 commit 40f66d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pcv/screen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def __init__(self, monitor, *args, **kwargs):
1919
NOTE: macOS values should be half of the actual screen resolution.
2020
2121
'''
22+
self.__image = None
2223
super().__init__(*args, **kwargs)
2324
self.open(monitor)
2425

0 commit comments

Comments
 (0)