Disable requests cache
This commit is contained in:
parent
3b08239da3
commit
c1b11bbe62
@ -19,9 +19,8 @@ cogfiles = [
|
|||||||
for cogfile in cogfiles:
|
for cogfile in cogfiles:
|
||||||
bot.load_extension(cogfile)
|
bot.load_extension(cogfile)
|
||||||
|
|
||||||
import requests_cache
|
# import requests_cache
|
||||||
|
# requests_cache.install_cache(expire_after=300)
|
||||||
requests_cache.install_cache(expire_after=300)
|
|
||||||
|
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
|
Loading…
x
Reference in New Issue
Block a user