Omnibus commited on
Commit
17bb313
·
verified ·
1 Parent(s): 8df6fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -242,6 +242,8 @@ def find_rss():
242
  link_box.append(lods)
243
  lod={lod['rss']['channel']['title']:link_box}
244
  except Exception as e:
 
 
245
  lod = f'{rss_url} ::ERROR:: {e}'
246
 
247
  print(f'Exception::{e}')
 
242
  link_box.append(lods)
243
  lod={lod['rss']['channel']['title']:link_box}
244
  except Exception as e:
245
+ print(f'{ea["source"]}')
246
+ print(f'{ea["link"]}')
247
  lod = f'{rss_url} ::ERROR:: {e}'
248
 
249
  print(f'Exception::{e}')