From 6cfa971fa662eeff40f01a30d4f79b0e0ab45399 Mon Sep 17 00:00:00 2001 From: cottongin Date: Fri, 3 Apr 2026 22:49:02 -0400 Subject: [PATCH] tweak: double choice timeout --- SongRequest/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SongRequest/plugin.py b/SongRequest/plugin.py index f97715f..50e901a 100644 --- a/SongRequest/plugin.py +++ b/SongRequest/plugin.py @@ -33,7 +33,7 @@ SONG_PATTERN = re.compile( re.UNICODE, ) -CHOICE_TIMEOUT = 60 +CHOICE_TIMEOUT = 120 class SongRequest(callbacks.Plugin):