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: