From edfe7cd5d50b7a1d4b52c651bb21b6605960321f Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Wed, 5 Jun 2024 12:48:35 -0500 Subject: [PATCH] Formatting --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 8b961d7..71c5908 100644 --- a/main.py +++ b/main.py @@ -53,7 +53,8 @@ except ImportError: else ( f"<@{user['profile']['real_name']}>" if user["profile"]["real_name"] - else f"<@{user['id']}>") + else f"<@{user['id']}>" + ) ) print("All mappings generated, writing cache file now...") with open("cache.py", "w") as cacheFile: