projects
/
fba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08d575
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Sat, 3 Jun 2023 12:37:51 +0000
(14:37 +0200)
committer
Roland Häder
<roland@mxchange.org>
Sat, 3 Jun 2023 12:37:51 +0000
(14:37 +0200)
- fixed cache module
fba/fba.py
patch
|
blob
|
history
diff --git
a/fba/fba.py
b/fba/fba.py
index 4e97f23fef5f69167fcc61db92f0726f88e7a757..fae48470496dd49447b5a0feeea796c5f8adab92 100644
(file)
--- 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 ...")