mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
fixed a bug marking calculation as True when should be False in Mongo Core
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ class _MongoCore(_BaseCore):
|
||||
'key': key
|
||||
},
|
||||
{
|
||||
'$set': {'being_calculated': True}
|
||||
'$set': {'being_calculated': False}
|
||||
},
|
||||
upsert=False # should not insert in this case
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user