diff --git a/gateway.py b/gateway.py index 3f4adb1..f409bee 100644 --- a/gateway.py +++ b/gateway.py @@ -798,7 +798,7 @@ class Gateway(): tn = telnetlib.Telnet(self.ip_addr, timeout=4) except Exception as e: if verbose: - die("TELNET not responding (IP: {self.ip_addr})") + die(f"TELNET not responding (IP: {self.ip_addr})") return None try: p_login = b'login: '