Tweak formatting

This commit is contained in:
Daniel Markstedt 2021-10-28 14:03:40 -07:00
parent 278b01c1a4
commit f59e0af091

View File

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