From 18fbf2d0988251ce33832b4265fc45300929b1fc Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 29 Jan 2024 12:07:30 -0800 Subject: [PATCH] Disable requests cache --- app/bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/bot.py b/app/bot.py index 0827f705..330e3fa0 100755 --- a/app/bot.py +++ b/app/bot.py @@ -19,9 +19,8 @@ cogfiles = [ for cogfile in cogfiles: bot.load_extension(cogfile) -import requests_cache - -requests_cache.install_cache(expire_after=300) +# import requests_cache +# requests_cache.install_cache(expire_after=300) @bot.event