Skip to content
Snippets Groups Projects
Commit 8a031302 authored by David Hammer's avatar David Hammer
Browse files

Merge branch 'fix/dont-cache-conditions' into 'master'

Do not cache condition IDs results from CalCat

See merge request karaboDevices/calng!14
parents 3566342d 38b41cd7
No related branches found
No related tags found
1 merge request!14Do not cache condition IDs results from CalCat
......@@ -476,7 +476,6 @@ class BaseCalcatFriend:
)
return resp["data"]["id"]
@utils.threadsafe_cache
def condition_ids(self, pdu, condition):
# modifying condition parameter messes with cache
condition_with_detector = copy.copy(condition)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment