From: Roland Häder Date: Sat, 3 Jun 2023 12:37:51 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6028d897d1acce199ad7f7b9668d1b831d3a06f8;p=fba.git Continued: - fixed cache module --- diff --git a/fba/fba.py b/fba/fba.py index 4e97f23..fae4847 100644 --- a/fba/fba.py +++ b/fba/fba.py @@ -1209,7 +1209,7 @@ def add_instance(domain: str, origin: str, originator: str, path: str = None): ), ) - set_cache_key("is_registered", domain, True) + cache.set_cache_key("is_registered", domain, True) if has_pending_instance_data(domain): # DEBUG: print(f"DEBUG: domain='{domain}' has pending nodeinfo being updated ...")