summaryrefslogtreecommitdiff
diff options
-rwxr-xr-xbin/network_info4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/network_info b/bin/network_info
index 38d5ada..7dbe609 100755
--- a/bin/network_info
+++ b/bin/network_info
@@ -84,8 +84,8 @@ def main(args):
print("IPv6: n/a")
except:
print("IPv6: n/a")
- print("MAC: %s\n" % get_mac_address(interface))
- print("Connect Speed: %s" % get_speed(interface))
+ print("MAC: %s" % get_mac_address(interface))
+ print("Connect Speed: %s\n" % get_speed(interface))
return 0