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

        github_bot = GitHubBot()
        github_bot.run()