Omnibus commited on
Commit
e028975
·
verified ·
1 Parent(s): 85db2a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ def find_rss():
383
  #nouns=ttt_nouns+tdd_nouns
384
 
385
  phrases=tt_phrases+td_phrases
386
- lods = {"title":r_title, "description":r_description,"link":r_link, noun_phrases":phrases}
387
  except Exception as e:
388
  print(f"Exception::{ea}")
389
  error_box.append({"Name":rss_url,"Keys":lod['rss']['channel'].keys(),"Error":e,"Error Code":4})
 
383
  #nouns=ttt_nouns+tdd_nouns
384
 
385
  phrases=tt_phrases+td_phrases
386
+ lods = {"title":r_title, "description":r_description,"link":r_link, "noun_phrases":phrases}
387
  except Exception as e:
388
  print(f"Exception::{ea}")
389
  error_box.append({"Name":rss_url,"Keys":lod['rss']['channel'].keys(),"Error":e,"Error Code":4})