Ejemplo n.º 1
0
 def _run_github_bot():
     github_bot = GitHubBot()
     github_bot.run()
Ejemplo n.º 2
0
 def _run_github_bot():
     github_bot = GitHubBot()
     github_bot.run()
Ejemplo n.º 3
0
    def take_action(self, parsed_args):
        super(BotsCommand, self).take_action(parsed_args)

        github_bot = GitHubBot()
        github_bot.run()