Omnibus commited on
Commit
beac767
·
verified ·
1 Parent(s): 3f07ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)