Skip to content

Commit 49b59ee

Browse files
committed
Update cheat functionality to comply with linux version
1 parent 062f139 commit 49b59ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pysweeper.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ def run(self) -> None:
7878

7979
if sys_name == "Windows":
8080
temp = win32gui.GetPixel(dc, 0, 0)
81-
input_arr = []
82-
cheat = False
81+
82+
input_arr = []
83+
cheat = False
8384

8485
while True:
8586
screen.fill((170, 170, 170))

0 commit comments

Comments
 (0)