diff --git a/cron/misc/reminders_for_work.py b/cron/misc/reminders_for_work.py index 9a88a08..75f6cc8 100644 --- a/cron/misc/reminders_for_work.py +++ b/cron/misc/reminders_for_work.py @@ -207,21 +207,21 @@ async def init( return False no_context_printer("MariaDB ready.") - # ┳┳┓ - # ┃┃┃┏┓┏┓┏┓┏┓ - # ┛ ┗┗┛┛┗┗┫┗┛ - # ┛ - - data_mongo = AsyncMongo( - connection_string = script_cred["mongoDb"]["data"]["connectionString"], - database_name = script_cred["mongoDb"]["data"]["dbName"], - max_connections = script_cred["mongoDb"]["data"]["poolSize"], - debug = debug - ) - if not await data_mongo.connect(): - print("FATAL: MONGO-DB NOT CONNECTED!") - return False - no_context_printer("MongoDB ready.") + # # ┳┳┓ + # # ┃┃┃┏┓┏┓┏┓┏┓ + # # ┛ ┗┗┛┛┗┗┫┗┛ + # # ┛ + # + # data_mongo = AsyncMongo( + # connection_string = script_cred["mongoDb"]["data"]["connectionString"], + # database_name = script_cred["mongoDb"]["data"]["dbName"], + # max_connections = script_cred["mongoDb"]["data"]["poolSize"], + # debug = debug + # ) + # if not await data_mongo.connect(): + # print("FATAL: MONGO-DB NOT CONNECTED!") + # return False + # no_context_printer("MongoDB ready.") # ┳┓ # ┃┃┏┓┏┓┏┓