get_activity_dist not waiting on calc fix

This commit is contained in:
Shay Palachy
2016-09-04 11:50:51 +03:00
parent 046b633d6a
commit 427fa28943
+1 -1
View File
@@ -194,7 +194,7 @@ class _MongoCore(_BaseCore):
{
'$set': {'being_calculated': False}
}
}
)
class _PickleCore(_BaseCore):