Skip to content

Commit fbec3ff

Browse files
committed
Increased the Player TIMEOUT to 2 mins
1 parent 63da3c1 commit fbec3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lazy_Selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def set_q(filename, data: list):
123123
class Options():
124124
__slots__ = ()
125125
# in seconds
126-
TIMEOUT = 20
126+
TIMEOUT = 120
127127
LISTBOX_OPTIONS = {"bg": "white smoke", "fg": "black", "width": 42,
128128
"selectbackground": "DeepSkyBlue3", "selectforeground": "white",
129129
"height": 43, "relief": "flat",

0 commit comments

Comments
 (0)