Last active
          February 7, 2020 04:27 
        
      - 
      
 - 
        
Save dev4Fun/25db6f0c96bef7d3f493460d660bc463 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): | |
| comments = submission.comments.list() | |
| if len(comments) < 12: | |
| submission_reply = random.choice(submission_reply_list) | |
| submission.upvote() | |
| submission.reply(submission_reply) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment