From 6fca198184919c81e9d2129b2be24612c28825e2 Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 31 Mar 2024 01:08:13 -0500 Subject: Black code reformatting --- code/global_variables.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'code/global_variables.py') 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) -- cgit v1.2.3-70-g09d2