]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2023 16:59:09 +0000 (18:59 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2023 16:59:09 +0000 (18:59 +0200)
- DEBUG level + commented out is enough here

fba/networks/misskey.py

index 7a32f8e738cb11ab763add8e461c0cd9eefc8753..62aee29757ea38e8cc5bf9d5be4d5697300401a0 100644 (file)
@@ -104,7 +104,7 @@ def fetch_peers(domain: str) -> list:
             peers.append(row["host"])
 
         if already == len(fetched):
-            print(f"WARNING: Host returned same set of '{already}' instances, aborting loop!")
+            # DEBUG: print(f"DEBUG: Host returned same set of '{already}' instances, aborting loop!")
             break
 
     # DEBUG: print(f"DEBUG: Adding '{len(peers)}' for domain='{domain}'")