diff --git a/main.py b/start.py similarity index 99% rename from main.py rename to start.py index a4038db4b..92a1b41ce 100644 --- a/main.py +++ b/start.py @@ -179,7 +179,7 @@ if __name__ == "__main__": def startup_server(address, port): import webbrowser if os.name == 'nt' and address == '0.0.0.0': - address = '127.0.0.1' + address = '0.0.0.0' webbrowser.open(f"http://{address}:{port}") call_on_start = startup_server