diff options
author | Parker <contact@pkrm.dev> | 2024-03-31 01:08:13 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-03-31 01:08:13 -0500 |
commit | 6fca198184919c81e9d2129b2be24612c28825e2 (patch) | |
tree | 151da14c6908868fbc8d8191fe7a15cb07f1c006 /code/global_variables.py | |
parent | 978b6a48f2525f68ff3d2d66da56355d17cbd8d0 (diff) |
Black code reformatting
Diffstat (limited to 'code/global_variables.py')
-rw-r--r-- | code/global_variables.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/code/global_variables.py b/code/global_variables.py index 1bb4a7a..2fce67d 100644 --- a/code/global_variables.py +++ b/code/global_variables.py @@ -30,11 +30,7 @@ except FileNotFoundError: "BOT_COLOR": "", } - config["LAVALINK"] = { - "HOST": "", - "PORT": "", - "PASSWORD": "" - } + config["LAVALINK"] = {"HOST": "", "PORT": "", "PASSWORD": ""} with open("config.ini", "w") as configfile: config.write(configfile) |