Update backup.py

This commit is contained in:
Mr Chen 2024-05-06 00:51:28 +08:00
parent 6eb21ffbf9
commit c8ccf4b1c8
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ def pSqliteDb(dbname='users'):
conn = mw.M(dbname).dbPos(getServerDir(), name)
return conn
def mongdbClient():
import pymongo
port = getConfPort()