Spaces:
Build error
Build error
Update app.py
Browse files
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})
|