This commit is contained in:
levina 2022-01-23 21:59:45 +07:00 committed by GitHub
parent c0df9bfdb2
commit 0355c49ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
""" mongo database """
from motor.motor_asyncio import AsyncIOMotorClient as Bot
from config import MONGO_DB_URI as tmo
from config import MONGODB_URL as tmo
MONGODB_CLI = Bot(tmo)