Omnibus commited on
Commit
22c4aac
·
verified ·
1 Parent(s): 19bd445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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')]