diff --git a/scripts/dream.py b/scripts/dream.py index 891a448bf2..629addbda2 100755 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -358,7 +358,7 @@ def dream_server_loop(t2i, host, port, outdir): f"Point your browser at http://localhost:{port} or use the host's DNS name or IP address.") else: print(">> Default host address now 127.0.0.1 (localhost). Use --host 0.0.0.0 to bind any address.") - print(f">> Point your browser at http://{host}:{port}.") + print(f">> Point your browser at http://{host}:{port}") try: dream_server.serve_forever()