feat(UI): initial working frontend UI
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class RedditDownloader(RedditConnector):
|
||||
except prawcore.PrawcoreException as e:
|
||||
logger.error(f"Submission {submission.id} failed to download due to a PRAW exception: {e}")
|
||||
except prawcore.PrawcoreException as e:
|
||||
submission_id = last_submission_id or "unknown"
|
||||
submission_id = last_submission_id if last_submission_id is not None else "unknown"
|
||||
logger.error(f"The submission after {submission_id} failed to download due to a PRAW exception: {e}")
|
||||
logger.debug("Waiting 60 seconds to continue")
|
||||
sleep(60)
|
||||
|
||||
Reference in New Issue
Block a user