Skip to content

Conversation

@Mardson581
Copy link

This PR fixes the backslashes in the ASCII logo that were causing Python to interpret them as escape sequences.
Tested with Python 3.11 and works correctly now.

/home/user/Downloads/dnschef.py:448: SyntaxWarning: invalid escape sequence '\/'
  header += "      / _` | '_ \/ __|/ __| '_ \ / _ \  _|\n"
/home/user/Downloads/dnschef.py:449: SyntaxWarning: invalid escape sequence '\_'
  header += "     | (_| | | | \__ \ (__| | | |  __/ |  \n"
/home/user/Downloads/dnschef.py:450: SyntaxWarning: invalid escape sequence '\_'
  header += "      \__,_|_| |_|___/\___|_| |_|\___|_|  \n"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant