Spaces:
Build error
Build error
Update app.py
Browse files
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}')
|