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()
|
||||
else:
|
||||
data = None
|
||||
self.cache.update(dest, data)
|
||||
fields = None
|
||||
if (
|
||||
data is not None
|
||||
|
|
Loading…
Add table
Reference in a new issue