Skip to content

Instantly share code, notes, and snippets.

@dev4Fun
Last active February 7, 2020 04:25
Show Gist options
  • Select an option

  • Save dev4Fun/a649a5f4f09d87a7498939d9ce260b77 to your computer and use it in GitHub Desktop.

Select an option

Save dev4Fun/a649a5f4f09d87a7498939d9ce260b77 to your computer and use it in GitHub Desktop.
try:
...
except Exception as ex:
error_message = str(ex)
self._retry_rate_limited_failure(error_message, self.work_on_subreddit, subreddit, **generator_kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment