Skip to content

Commit b7acf93

Browse files
committed
Added white line
1 parent 4998b27 commit b7acf93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def scan_network():
7171
# Print the MAC address to the text area
7272
text_area.insert(tk.END, mac_address + "\n")
7373

74+
# Insert a newline after every device
75+
text_area.insert(tk.END, "\n")
76+
7477
# Check if the user has selected to include manufacturer information
7578
if output2:
7679
# Loop through the output2 lines

0 commit comments

Comments
 (0)