华清大学特普通奖学金初选报名系统
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.
 
 

8 lines
234 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 = []