OSLL / mooc-lp-statistics

1 stars 1 forks source link

Ошибка при обновлении БД #160

Open npatyur opened 7 years ago

npatyur commented 7 years ago

В функции/App/another_functions.py image

При обновлении Базы данных возникает ошибка TypeError unsupported operand type(s) for -: 'instancemethod' and 'int'.

Помогает замена: size_db = coll.find().count на size_db = len(list(coll.find()))