Skip to content
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

okadminfinder/okadminfinder/_classes.py:46: SyntaxWarning: invalid escape sequence '\|' """, # noqa: W605 E501 #31

Closed
joselsp95 opened this issue Jan 11, 2025 · 1 comment

Comments

@joselsp95
Copy link

Describe the bug
I was trying to execute okadminfinder but return me this error, i don't know why. Requirements.txt was sucesfully installed previously.

Expected behavior
1299 python3 -m venv temp_env
1300 source temp_env/bin/activate
1301 pip3 install -r requirements.txt
1302 python ./okadminfinder.py -u example.com

Error Message
(temp_env) ➜ okadminfinder git:(master) ✗ python ./okadminfinder.py -u example.com
/Users/myusername/workspace/okadminfinder/okadminfinder/_classes.py:46: SyntaxWarning: invalid escape sequence '|'
""", # noqa: W605 E501

Desktop (please complete the following information):

  • OS: Macos
  • Version 15.2 (24C101)
  • Python version 3.13.1
@mIcHyAmRaNe
Copy link
Owner

Hi @joselsp95

Thank you for reporting the issue. The problem has been fixed in the latest Git version. Please pull the latest changes from the master branch, and it should work now.

git pull origin master

The version 2.0 will be released soon.

Best regards

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

No branches or pull requests

2 participants