[ci] auto-format

This commit is contained in:
brostosjoined 2023-07-22 13:44:40 +00:00 committed by github-actions[bot]
parent c74b47009e
commit 88bb90aa92

View file

@ -737,7 +737,7 @@ class DiscordRP(babase.Plugin):
self.rpc_thread.close() self.rpc_thread.close()
def on_app_resume(self) -> None: def on_app_resume(self) -> None:
global start_time global start_time
start_time = time.time() start_time = time.time()
self.rpc_thread.start() self.rpc_thread.start()