Open npatyur opened 7 years ago
В функции/App/another_functions.py
При обновлении Базы данных возникает ошибка TypeError unsupported operand type(s) for -: 'instancemethod' and 'int'.
Помогает замена: size_db = coll.find().count на size_db = len(list(coll.find()))
В функции/App/another_functions.py
При обновлении Базы данных возникает ошибка TypeError unsupported operand type(s) for -: 'instancemethod' and 'int'.
Помогает замена: size_db = coll.find().count на size_db = len(list(coll.find()))