コード例 #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()