You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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):
The text was updated successfully, but these errors were encountered: