]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2023 12:37:51 +0000 (14:37 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2023 12:37:51 +0000 (14:37 +0200)
- fixed cache module

fba/fba.py

index 4e97f23fef5f69167fcc61db92f0726f88e7a757..fae48470496dd49447b5a0feeea796c5f8adab92 100644 (file)
@@ -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 ...")