Changed minimum mongodb version required in main

This commit is contained in:
VakarisZ 2020-06-23 16:36:37 +03:00
parent 6ead5d43cf
commit 9ca2507f34
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import time
import logging
from threading import Thread
MINIMUM_MONGO_DB_VERSION_REQUIRED = "3.6.0"
MINIMUM_MONGO_DB_VERSION_REQUIRED = "4.2.0"
BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))