From 4b97e81da5bec78db95d8a83bf37c8957920c0c9 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sun, 10 Oct 2021 11:38:03 +0300 Subject: [PATCH] Small Debug 1010211137: Discord Rich Presence update text fix --- MultiMate_Player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiMate_Player.py b/MultiMate_Player.py index 49d23c0..50b8dc7 100644 --- a/MultiMate_Player.py +++ b/MultiMate_Player.py @@ -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: