Omnibus commited on
Commit
71ba164
·
verified ·
1 Parent(s): bce5ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ def find_rss():
313
  out_box=[]
314
  valid_box=[]
315
  yield [],[(None,"loading sources")],None
316
- with open ('raw_feed.json','r') as j:
317
  cont = json.loads(j.read())
318
  #print(cont)
319
  j.close()
 
313
  out_box=[]
314
  valid_box=[]
315
  yield [],[(None,"loading sources")],None
316
+ with open ('feeds.json','r') as j:
317
  cont = json.loads(j.read())
318
  #print(cont)
319
  j.close()