]> git.mxchange.org Git - fba.git/blobdiff - fba/helpers/software.py
Continued:
[fba.git] / fba / helpers / software.py
index be0bbb292d1a2ecd3d6fa62b54bcdb1c433ad3ce..f224ba4e478da7e9b86d7a3aac54dc58599c7e04 100644 (file)
@@ -208,5 +208,6 @@ def is_relay(software: str) -> bool:
         raise ValueError(f"software[]='{type(software)}' is not type 'str'")
 
     found = software in relays
+
     logger.debug("found='%s' - EXIT!", found)
     return found