Omnibus commited on
Commit
d1bf724
1 Parent(s): 5853efe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def find_rss(rss_url):
14
  try:
15
  if ".xml" in p['href'] or ".json" in p['href'] or ".rss" in p['href']:
16
  print (p['href'])
17
- json_dict[p.text]=p['href']
18
  except Exception:
19
  pass
20
  json_box.append(json_dict)
 
14
  try:
15
  if ".xml" in p['href'] or ".json" in p['href'] or ".rss" in p['href']:
16
  print (p['href'])
17
+ json_dict[str(p.text)]=p['href']
18
  except Exception:
19
  pass
20
  json_box.append(json_dict)