Omnibus commited on
Commit
d870113
·
verified ·
1 Parent(s): e8d5ee6

Update app.py

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