update dashboard
This commit is contained in:
parent
3a62667e5e
commit
02de422393
@ -58,7 +58,7 @@ async def run():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
with open(f"json/wiim/rss-feed/data.json", 'r') as file:
|
with open(f"json/wiim/rss-feed/data.json", 'r') as file:
|
||||||
wiim_feed = ujson.load(file)
|
wiim_feed = ujson.load(file)[0:5]
|
||||||
|
|
||||||
except:
|
except:
|
||||||
wiim_feed = []
|
wiim_feed = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user