I suck at dicts sometimes
This commit is contained in:
parent
63e4ba2192
commit
7781832fbd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +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)
|
self.cache[dest] = data
|
||||||
fields = None
|
fields = None
|
||||||
if (
|
if (
|
||||||
data is not None
|
data is not None
|
||||||
|
|
Loading…
Add table
Reference in a new issue