Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Dec 20, 2023
1 parent d3af733 commit 07a43fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bbot/core/configurator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ def ensure_config_files():
secrets_strings = ["api_key", "username", "password", "token", "secret", "_id"]
exclude_keys = ["modules", "output_modules", "internal_modules"]

comment_notice = "# NOTICE: THESE ENTRIES ARE COMMENTED BY DEFAULT\n" + \
"# Please be sure to uncomment when inserting API keys, etc.\n"
comment_notice = (
"# NOTICE: THESE ENTRIES ARE COMMENTED BY DEFAULT\n"
+ "# Please be sure to uncomment when inserting API keys, etc.\n"
)

# ensure bbot.yml
if not files.config_filename.exists():
Expand Down

0 comments on commit 07a43fe

Please sign in to comment.