Skip to content

Commit

Permalink
Increased the Player TIMEOUT to 2 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
OndiekiErnest committed Apr 28, 2024
1 parent 63da3c1 commit fbec3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lazy_Selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def set_q(filename, data: list):
class Options():
__slots__ = ()
# in seconds
TIMEOUT = 20
TIMEOUT = 120
LISTBOX_OPTIONS = {"bg": "white smoke", "fg": "black", "width": 42,
"selectbackground": "DeepSkyBlue3", "selectforeground": "white",
"height": 43, "relief": "flat",
Expand Down

0 comments on commit fbec3ff

Please sign in to comment.