aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-07 13:41:23 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-07 13:41:23 -0400
commitd5f01153aac59cfbc043d894ebf6e1173c1efb48 (patch)
treed129b953b2882ce90603a3db6f442a14e98af5fd /bot/__init__.py
parentfix: Resolve Merge Conflicts (diff)
chore: Reformat the code to follow the style guild
Diffstat (limited to 'bot/__init__.py')
-rw-r--r--bot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 669f9f5d..e5ed9d92 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -69,7 +69,7 @@ logging.basicConfig(
level=logging.TRACE if Client.debug else logging.DEBUG,
handlers=[console_handler, file_handler],
)
-logging.getLogger().info('Logging initialization complete')
+logging.getLogger().info("Logging initialization complete")
# On Windows, the selector event loop is required for aiodns.