Skip to content

Instantly share code, notes, and snippets.

@dev4Fun
Last active February 7, 2020 04:26
Show Gist options
  • Save dev4Fun/8080882daacfa914ffcb570b97af70c4 to your computer and use it in GitHub Desktop.
Save dev4Fun/8080882daacfa914ffcb570b97af70c4 to your computer and use it in GitHub Desktop.
def _process_submission(self, submission):
submission_id = submission.id
if submission_id not in self.passed_submissions:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment