Skip to content

Commit 4651dea

Browse files
Update generate.py
1 parent 0d8e0df commit 4651dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def read_media_sub(vidfile, subfile, option):
154154
# CONFIG OPTION - contrast and brightness
155155
# enhance the image (increase contrast and brightness) for terminal display
156156
# TURN OFF (by commenting) IF YOU PREFER THE ORIGINAL COLOURS
157-
if keyboard.is_pressed("s"):
157+
if keyboard.is_pressed("alt+s"):
158158
keyboard.wait("s")
159159
if option == 1:
160160
image = cv2.convertScaleAbs(image, alpha=1.25, beta=50)

0 commit comments

Comments
 (0)