diff options
author | 2021-05-07 13:41:23 -0400 | |
---|---|---|
committer | 2021-05-07 13:41:23 -0400 | |
commit | d5f01153aac59cfbc043d894ebf6e1173c1efb48 (patch) | |
tree | d129b953b2882ce90603a3db6f442a14e98af5fd /bot/__init__.py | |
parent | fix: Resolve Merge Conflicts (diff) |
chore: Reformat the code to follow the style guild
Diffstat (limited to 'bot/__init__.py')
-rw-r--r-- | bot/__init__.py | 2 |
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. |