-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[BUG Report]: Error #524
Comments
Any news? |
Do we have an answer to this issue? |
Let try with this fix f8e9384
There are language changes in Python 3.12 - Reference: https://docs.python.org/3/whatsnew/3.12.html#other-language-changes
I also created a MR here: #591 |
I submited the same PR for the fix with the same fix and they denied for no reason. I not kidding I lost my job because I did a git pull on the company laptop to solve this. This is so upsetting, FOSS only giving me troubles. |
@Kuchiriel Then don’t do a git pull on the company laptop. |
Version
2.4 (Default)
Which section is the problem?
Script Base
Please complete the following information
What happened (Describe the bug) ?
It gave me this:
D:\MHDDoS\start.py:168: SyntaxWarning: invalid escape sequence '\d'
IP = compile("(?:\d{1,3}.){3}\d{1,3}")
D:\MHDDoS\start.py:169: SyntaxWarning: invalid escape sequence '\d'
protocolRex = compile('"protocol":(\d+)')
Screenshots
https://imgur.com/a/jJzFpqM
Please provide a link to a minimal reproduction of the bug
No response
Relevant log output
Additional context
No response
Your code
The text was updated successfully, but these errors were encountered: