]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 20 May 2023 08:50:32 +0000 (10:50 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 20 May 2023 08:50:32 +0000 (10:50 +0200)
- always update last_nodeinfo

fba.py

diff --git a/fba.py b/fba.py
index 49b389774ea36321361dcf4503a8fab51ab57128..bc11d27f161642c2dceaceb59addd6ece8855fe5 100644 (file)
--- a/fba.py
+++ b/fba.py
@@ -106,8 +106,8 @@ def fetch_nodeinfo(domain: str) -> list:
 
     if json is None:
         print("WARNING: Failed fetching nodeinfo from domain:", domain)
-    else:
-        update_last_nodeinfo(domain)
+
+    update_last_nodeinfo(domain)
 
     # NOISY-DEBUG: print("DEBUG: Returning json():", len(json))
     return json