diff --git a/.gitmodules b/.gitmodules index 0bf7320..ea2cc15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "webui"] path = webui - url = https://git.fuwafuwa.moe/RemixDev/deemix-webui.git + url = https://git.rip/RemixDev/deemix-webui.git diff --git a/README.md b/README.md index 8e0e7a6..b3c262e 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ NOTES: After installing Python open a terminal/command prompt in the app folder and install the dependencies using `python3 -m pip install -U -r requirements.txt --user` -If you're using git to get this repo you should use `git submodule update --init --recursive` as well. If you're just downloading the archive.zip, make sure you download and extract [deemix-webui](https://git.fuwafuwa.moe/RemixDev/deemix-webui) into the webui folder. +If you're using git to get this repo you should use `git submodule update --init --recursive` as well. If you're just downloading the archive.zip, make sure you download and extract [deemix-webui](https://git.rip/RemixDev/deemix-webui) into the webui folder. -Having an hard time following these steps? You could try these [tools](https://git.fuwafuwa.moe/RemixDev/deemix-tools) +Having an hard time following these steps? You could try these [tools](https://git.rip/RemixDev/deemix-tools) ## Using the app ### GUI @@ -30,7 +30,7 @@ If you want to set a default arl for all connecting clients you can use the `--s The `--portable` flags creates a local folder for the configs allowing to start the app without creating permanent folders on the host machine. ## Feature requests -Before asking for a feature [check this out](https://git.fuwafuwa.moe/RemixDev/deemix-pyweb/src/branch/main/FEATURES.md) +Before asking for a feature [check this out](https://git.rip/RemixDev/deemix-pyweb/src/branch/main/FEATURES.md) # License This program is free software: you can redistribute it and/or modify diff --git a/server.py b/server.py index 623167e..05d86d0 100644 --- a/server.py +++ b/server.py @@ -349,7 +349,7 @@ def run_server(host="127.0.0.1", port=6595, portable=None, guiWindow=None, serve except UnicodeDecodeError as e: print(str(e)) print("A workaround for this issue is to remove all non roman characters from the computer name") - print("More info here: https://git.fuwafuwa.moe/RemixDev/deemix-pyweb/issues/4") + print("More info here: https://bugs.python.org/issue26227") def shutdown_handler(signalnum, frame): shutdown() diff --git a/webui b/webui index d730982..eafd583 160000 --- a/webui +++ b/webui @@ -1 +1 @@ -Subproject commit d7309828696b090b25a3e4f62426b11b1f9dc80d +Subproject commit eafd583cbf616bbdd066b340cbf0c4f6c3c47875