Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -418,7 +418,6 @@ def load_data(inp=None):
|
|
418 |
yield None, [(None, f'{rss_url} ::ERROR:: {e}')]
|
419 |
yield lod,[(None,f'Source is current as of:\n{timestamp} UTC')]
|
420 |
else:
|
421 |
-
lod =
|
422 |
yield None, [(None, f'{rss_url} ::ERROR::COULD NOT CONNECT:: {r.status_code}')]
|
423 |
if not inp:
|
424 |
yield None,[(None,f'Loading data from database, please wait')]
|
|
|
418 |
yield None, [(None, f'{rss_url} ::ERROR:: {e}')]
|
419 |
yield lod,[(None,f'Source is current as of:\n{timestamp} UTC')]
|
420 |
else:
|
|
|
421 |
yield None, [(None, f'{rss_url} ::ERROR::COULD NOT CONNECT:: {r.status_code}')]
|
422 |
if not inp:
|
423 |
yield None,[(None,f'Loading data from database, please wait')]
|