miss
This commit is contained in:
parent
c0df9bfdb2
commit
0355c49ec7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user