Small Debug 1010211137:

Discord Rich Presence update text fix
This commit is contained in:
BarsTiger
2021-10-10 11:38:03 +03:00
parent 671d4af727
commit 4b97e81da5

View File

@@ -750,7 +750,7 @@ def mixPlaylist():
print("Mixed!")
def updateAppPy():
rpc.update(details="Updating", state="Everything needs to br up-to-date", large_image="multimate",
rpc.update(details="Updating", state="Everything needs to be up-to-date", large_image="multimate",
start=time.time())
urllib.request.urlretrieve("https://github.com/BarsTiger/MultiMatePlayer/raw/master/resources/resources.zip", 'resources/resources.zip')
with zipfile.ZipFile('resources/resources.zip', 'r') as archfile: