Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -309,7 +309,7 @@ def find_rss():
|
|
| 309 |
error_box_schema={"Name":"","Error":"","Keys":"","Other":""}
|
| 310 |
lod=""
|
| 311 |
out_box=[]
|
| 312 |
-
yield [],[(None,"loading sources")]
|
| 313 |
with open ('raw_feeds.json','r') as j:
|
| 314 |
cont = json.loads(j.read())
|
| 315 |
#print(cont)
|
|
|
|
| 309 |
error_box_schema={"Name":"","Error":"","Keys":"","Other":""}
|
| 310 |
lod=""
|
| 311 |
out_box=[]
|
| 312 |
+
yield [],[(None,"loading sources")],None
|
| 313 |
with open ('raw_feeds.json','r') as j:
|
| 314 |
cont = json.loads(j.read())
|
| 315 |
#print(cont)
|