Omnibus commited on
Commit
f51e517
·
verified ·
1 Parent(s): acbf61d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def find_rss():
225
  lod = f'{rss_url} ::ERROR::COULD NOT CONNECT:: {r.status_code}'
226
  pass
227
  try:
228
- print(lod['rss']['channel'][0])
229
  except Exception as e:
230
  print(f'Exception::{e}')
231
  out_box.append(lod)
 
225
  lod = f'{rss_url} ::ERROR::COULD NOT CONNECT:: {r.status_code}'
226
  pass
227
  try:
228
+ print(lod['rss']['channel'].keys())
229
  except Exception as e:
230
  print(f'Exception::{e}')
231
  out_box.append(lod)