Actually fix cache
This commit is contained in:
parent
818ad7766e
commit
63e4ba2192
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ class DbrandCog(commands.Cog):
|
||||||
data = await data.json()
|
data = await data.json()
|
||||||
else:
|
else:
|
||||||
data = None
|
data = None
|
||||||
|
self.cache.update(dest, data)
|
||||||
fields = None
|
fields = None
|
||||||
if (
|
if (
|
||||||
data is not None
|
data is not None
|
||||||
|
|
Loading…
Add table
Reference in a new issue