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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ def find_rss():
310
  lod=""
311
  out_box=[]
312
  yield [],[(None,"loading sources")]
313
- with open ('feeds.json','r') as j:
314
  cont = json.loads(j.read())
315
  #print(cont)
316
  for ea in cont:
 
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)
316
  for ea in cont: