Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Aug 3, 2024
1 parent 51f8bfb commit b55535f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ def get_token():

if debug_mode:
logger.info("DEBUG_MODE is enabled")
logger.info(f"DEBUG_MODE_TYPE is set to: {config.get("DEBUG_MODE_TYPE", "include_only")}")
logger.info(
f"DEBUG_MODE_TYPE is set to: {config.get('DEBUG_MODE_TYPE', 'include_only')}"
)

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

0 comments on commit b55535f

Please sign in to comment.