jezv 11 miesięcy temu
rodzic
commit
e4fd05ea5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      trex/main.py

+ 1 - 1
trex/main.py

@@ -9,7 +9,7 @@ import cv2
 
 cv2.namedWindow('View', cv2.WINDOW_NORMAL)
 DEFAULT_MONITOR = 3
-DEBUG = True
+DEBUG = False
 scheduler = sched.scheduler(time, sleep)
 dilation_kernel = np.array([[0,0,0], [1, 1, 1], [0,0,0]]).astype('uint8')