Updated submodule links

This commit is contained in:
RemixDev 2020-11-07 12:28:36 +01:00
parent 8230867f26
commit eb8d418d4e
No known key found for this signature in database
GPG key ID: B33962B465BDB51C
4 changed files with 6 additions and 6 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "webui"] [submodule "webui"]
path = webui path = webui
url = https://git.fuwafuwa.moe/RemixDev/deemix-webui.git url = https://git.rip/RemixDev/deemix-webui.git

View file

@ -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` 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 ## Using the app
### GUI ### 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. 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 ## 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 # License
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View file

@ -349,7 +349,7 @@ def run_server(host="127.0.0.1", port=6595, portable=None, guiWindow=None, serve
except UnicodeDecodeError as e: except UnicodeDecodeError as e:
print(str(e)) print(str(e))
print("A workaround for this issue is to remove all non roman characters from the computer name") 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): def shutdown_handler(signalnum, frame):
shutdown() shutdown()

2
webui

@ -1 +1 @@
Subproject commit d7309828696b090b25a3e4f62426b11b1f9dc80d Subproject commit eafd583cbf616bbdd066b340cbf0c4f6c3c47875