Skip to content

Commit de9a44a

Browse files
committed
cleanup
1 parent f765d7f commit de9a44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/ssdp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def handle_ssdp_packet(self, data, addr):
5252
if any(header in line for header in HEADERS_TO_IGNORE):
5353
continue
5454
print(line)
55-
print("----------------------------------------\n")
55+
print("----------------------------------------")
5656
except UnicodeDecodeError:
5757
print(f"\nReceived SSDP packet from {addr[0]}:{addr[1]} (unable to decode):")
5858
print(data)

0 commit comments

Comments
 (0)