Actually fix cache

This commit is contained in:
Zeva Rose 2021-06-30 13:11:04 -06:00
parent 818ad7766e
commit 63e4ba2192

View file

@ -81,6 +81,7 @@ class DbrandCog(commands.Cog):
data = await data.json()
else:
data = None
self.cache.update(dest, data)
fields = None
if (
data is not None