Tweak formatting

This commit is contained in:
Daniel Markstedt 2021-10-28 14:22:20 -07:00
parent f59e0af091
commit a48d6d10fb

View File

@ -287,7 +287,7 @@ def formatted_output():
else:
output.append("No image mounted!")
output.append(f"IP {ip} ~ {host}")
output.append(f"IP {ip} - {host}")
return output
def start_splash():