From 60537b6be9f632eadbc01e733e49c9267f4b4a2c Mon Sep 17 00:00:00 2001 From: Tim Wilson Date: Tue, 25 Aug 2020 12:28:01 -0600 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a84b61a..9a04eaf 100644 --- a/bot.py +++ b/bot.py @@ -43,7 +43,7 @@ TSCLIENT_CONFIG={ DRYRUN = False REPEAT_FREQ = 5 # time in seconds to wait between reprinting repeated commands (in addition to the time requred to delete old message(s) and add reactions) -REPEAT_TIMEOUT = 45 # time in seconds before a repeated command automatically stops +REPEAT_TIMEOUT = 1800 # time in seconds before a repeated command automatically stops logging.basicConfig(format='%(asctime)s %(message)s',filename=join(expanduser("~"),'transmissionbot.log'))