update dashboard

This commit is contained in:
MuslemRahimi 2024-07-20 12:52:06 +02:00
parent 3a62667e5e
commit 02de422393

View File

@ -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 = []