예제 #1
0
파일: bots.py 프로젝트: BenoitEchernier/web
 def _run_github_bot():
     github_bot = GitHubBot()
     github_bot.run()
예제 #2
0
파일: bots.py 프로젝트: BenoitEchernier/web
 def _run_github_bot():
     github_bot = GitHubBot()
     github_bot.run()
예제 #3
0
파일: bots.py 프로젝트: PandaPoPy/web
    def take_action(self, parsed_args):
        super(BotsCommand, self).take_action(parsed_args)

        github_bot = GitHubBot()
        github_bot.run()