Beispiel #1
0
    def __init__(self):
        '''
	初始化 把所有的网站都列出来, 并且进行数据推送
	'''
        #site cache
        self.sites = {}
        # site map cache by category, kaifu
        self.site_by_category = {}

        #初始化站点信息
        self.init_sites()
        self.mapdb = Site_map()