Omnibus commited on
Commit
2518130
·
verified ·
1 Parent(s): 6cbf30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def find_rss():
240
  r_description = lod['rss']['channel']['item'][i]['description']"""
241
  lods = {"title":r_title, "description":r_description,"link":r_link}
242
  link_box.append(lods)
243
- lod={lod['rss']['channel']['title']:lods}
244
  except Exception as e:
245
  lod = f'{rss_url} ::ERROR:: {e}'
246
 
 
240
  r_description = lod['rss']['channel']['item'][i]['description']"""
241
  lods = {"title":r_title, "description":r_description,"link":r_link}
242
  link_box.append(lods)
243
+ lod={lod['rss']['channel']['title']:link_box}
244
  except Exception as e:
245
  lod = f'{rss_url} ::ERROR:: {e}'
246