Beispiel #1
0
    def bot_list(self, db, env):
        controller = CrawlBots(self.cfg, db)
        data = controller.list()

        return {'bot/list': data}