Last active
          February 7, 2020 04:26 
        
      - 
      
 - 
        
Save dev4Fun/8080882daacfa914ffcb570b97af70c4 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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