华清大学特普通奖学金初选报名系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
396 B

class C(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///ord.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
JSON_AS_ASCII = True
domain = 'thu.closed.social'
bot_name = '@ordinary_bot'
token = 'token'
admins = []
verify = [
('test1', '1+1=?', '2', '2'),
('test2', '2+2=?', '5', '4')
]
key = 'key'
visibility = 'public'