Formatting
This commit is contained in:
parent
889fd9be49
commit
edfe7cd5d5
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -53,7 +53,8 @@ except ImportError:
|
||||||
else (
|
else (
|
||||||
f"<@{user['profile']['real_name']}>"
|
f"<@{user['profile']['real_name']}>"
|
||||||
if 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...")
|
print("All mappings generated, writing cache file now...")
|
||||||
with open("cache.py", "w") as cacheFile:
|
with open("cache.py", "w") as cacheFile:
|
||||||
|
|
Loading…
Reference in a new issue