Include wownerod_releases as key

This commit is contained in:
dsc 2022-03-15 14:56:07 +02:00
parent 56714c7411
commit 7faf59c31d
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ async def wowlet_data():
"suchwow",
"forum",
"wowlet_releases",
"yellwow"
"yellwow",
"wownerod_releases"
]
data = {keys[i]: json.loads(val) if val else None for i, val in enumerate(await cache.mget(*keys))}