# github token列表
token_list = [
'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',
]
# mysql 数据库配置信息
db_config = {
'host': 'localhost',
'user': 'root',
'password': 'wu180532',
'database': 'botdata',
'use_unicode': True,
'charset': 'utf8mb4'
}