From 88bb90aa92dbdaf7bc96ec84a17e54e124cadd64 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Sat, 22 Jul 2023 13:44:40 +0000 Subject: [PATCH] [ci] auto-format --- plugins/utilities/discord_richpresence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utilities/discord_richpresence.py b/plugins/utilities/discord_richpresence.py index a189329..5b01fdb 100644 --- a/plugins/utilities/discord_richpresence.py +++ b/plugins/utilities/discord_richpresence.py @@ -737,7 +737,7 @@ class DiscordRP(babase.Plugin): self.rpc_thread.close() def on_app_resume(self) -> None: - global start_time + global start_time start_time = time.time() self.rpc_thread.start()