aboutsummaryrefslogtreecommitdiff
path: root/code/global_variables.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-03-31 01:08:13 -0500
committerParker <contact@pkrm.dev>2024-03-31 01:08:13 -0500
commit6fca198184919c81e9d2129b2be24612c28825e2 (patch)
tree151da14c6908868fbc8d8191fe7a15cb07f1c006 /code/global_variables.py
parent978b6a48f2525f68ff3d2d66da56355d17cbd8d0 (diff)
Black code reformatting
Diffstat (limited to 'code/global_variables.py')
-rw-r--r--code/global_variables.py6
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)