Skip to content

Commit

Permalink
Merge pull request #128 from D3vil0p3r/patch-1
Browse files Browse the repository at this point in the history
Fix Python 3.12 valid escape warning
  • Loading branch information
liquidsec authored Oct 9, 2024
2 parents cc72928 + 19868c4 commit c9863af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badsecrets/examples/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.dirname(SCRIPT_DIR))

ascii_art_banner = """
ascii_art_banner = r"""
__ ) | |
__ \ _` | _` | __| _ \ __| __| _ \ __| __|
| | ( | ( | \__ \ __/ ( | __/ | \__ \
Expand Down

0 comments on commit c9863af

Please sign in to comment.