mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Include wownerod_releases as key
This commit is contained in:
parent
56714c7411
commit
7faf59c31d
1 changed files with 2 additions and 1 deletions
|
@ -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))}
|
||||
|
||||
|
|
Loading…
Reference in a new issue