We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f765d7f commit de9a44aCopy full SHA for de9a44a
debug/ssdp_client.py
@@ -52,7 +52,7 @@ def handle_ssdp_packet(self, data, addr):
52
if any(header in line for header in HEADERS_TO_IGNORE):
53
continue
54
print(line)
55
- print("----------------------------------------\n")
+ print("----------------------------------------")
56
except UnicodeDecodeError:
57
print(f"\nReceived SSDP packet from {addr[0]}:{addr[1]} (unable to decode):")
58
print(data)
0 commit comments