更换数据库

This commit is contained in:
RainSun 2021-08-02 19:21:38 +08:00
parent 586217f62a
commit 0e4b5e6fba

View File

@ -3,7 +3,7 @@ from bson import ObjectId, json_util
# 获取数据集
def col(arg: str = None):
conn = MongoClient('mongodb://qrcode:mR6rN4pI0rU6@39.96.28.83:27017/qrcode')
conn = MongoClient('mongodb://qrcode:jh6uuRsywr8dg6@10.99.0.4:27001/qrcode')
return conn.qrcode[arg]
# 查找该用户所有信息