Skip to content

Commit b55535f

Browse files
Fixed formatting
1 parent 51f8bfb commit b55535f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ def get_token():
132132

133133
if debug_mode:
134134
logger.info("DEBUG_MODE is enabled")
135-
logger.info(f"DEBUG_MODE_TYPE is set to: {config.get("DEBUG_MODE_TYPE", "include_only")}")
135+
logger.info(
136+
f"DEBUG_MODE_TYPE is set to: {config.get('DEBUG_MODE_TYPE', 'include_only')}"
137+
)
136138

137139
# Read the token from the config
138140
token = os.getenv("DEBUG_TOKEN") if debug_mode else os.getenv("DISCORD_TOKEN")

0 commit comments

Comments
 (0)