-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Escape Sequence #56
Comments
check that you're not running an older version of EDIT: it seems the error occurs due to the version of python (3.11 runs correctly for me) |
Solves will8211#56 On newer python there are some warnings about the way some strings are used.
I'm also having the same issue:
|
I ran into this with another application running under Python v3.12.x. Removing the backslash escaping the character should fix it. |
Should be fixed here: #60 |
Not sure if this matters (because it still seems to run well), but when running, this is dumped to the terminal:
The text was updated successfully, but these errors were encountered: