From 16b9b546d9b82cb85cf54528acae555ddccda174 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Fri, 21 Jul 2023 20:57:04 +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 1e1d885..9b0ea84 100644 --- a/plugins/utilities/discord_richpresence.py +++ b/plugins/utilities/discord_richpresence.py @@ -250,7 +250,7 @@ def get_event_loop(force_fresh=False): return running else: return loop""" - + with open(Path(f"{getcwd()}/ba_data/python/pypresence/utils.py"), "w") as file: for number, line in enumerate(data): if number not in range(46, 56):