def __init__(self, fontPath):
if not os.path.exists(self.imgDir):
os.mkdir(self.imgDir)
self.client = client
self.coll = self.client[dbName][collName]
self.prop = FontProperties(fname=fontPath)
logging.info('ActivityInfo initialized.')
评论列表
文章目录