From 6645bef22f808164943a5c50bbe9877e567a0f23 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Mon, 20 Feb 2023 23:33:39 +0100 Subject: [PATCH] Update SCRAPING_TIMEOUT_SECONDS --- flanabot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flanabot/constants.py b/flanabot/constants.py index 7766783..8a2cc14 100644 --- a/flanabot/constants.py +++ b/flanabot/constants.py @@ -19,7 +19,7 @@ MAX_PLACE_QUERY_LENGTH = 50 PUNISHMENT_INCREMENT_EXPONENT = 6 PUNISHMENTS_RESET_TIME = datetime.timedelta(weeks=2) RECOVERY_DELETED_MESSAGE_BEFORE = datetime.timedelta(hours=1) -SCRAPING_TIMEOUT_SECONDS = 7 +SCRAPING_TIMEOUT_SECONDS = 10 BYE_PHRASES = ('Adiós.', 'adio', 'adioh', 'adios', 'adió', 'adiós', 'agur', 'bye', 'byyeeee', 'chao', 'hasta la vista', 'hasta luego', 'hasta nunca', ' hasta pronto', 'hasta la próxima', 'nos vemos', 'taluego')