Skip to content

Commit

Permalink
update dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Jul 20, 2024
1 parent 3a62667 commit 02de422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cron_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def run():

try:
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:
wiim_feed = []
Expand Down

0 comments on commit 02de422

Please sign in to comment.