]> git.mxchange.org Git - fba.git/blobdiff - fba/networks/peertube.py
Continued:
[fba.git] / fba / networks / peertube.py
index caf38653dc61e2edb4b0f20f0ff2705861086ac7..733a5b69b3e68473aead288c026934012bca2819 100644 (file)
@@ -43,7 +43,7 @@ def fetch_peers(domain: str) -> list:
     start   = 0
 
     try:
-        logger.debug("Checking CSRF for domain='%s'", domain)
+        logger.debug("Checking CSRF for domain='%s' ...", domain)
         headers = csrf.determine(domain, dict())
     except network.exceptions as exception:
         logger.warning("Exception '%s' during checking CSRF (fetch_peers,%s)", type(exception), __name__)