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

header #63

Open
Xero12369 opened this issue Jul 20, 2022 · 0 comments
Open

header #63

Xero12369 opened this issue Jul 20, 2022 · 0 comments

Comments

@Xero12369
Copy link

Describe the bug
When I launch the program, I receive these errors.

usr/share/reconspider/plugins/webosint/crawler.py:150: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:168: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(r_total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:172: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(sm_total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:176: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(css_total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(js_total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:184: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(int_total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:188: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(ext_total) is not 0:
/usr/share/reconspider/plugins/webosint/crawler.py:192: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(img_total) is not 0:

To Reproduce
use the syntax to launch
"python3 reconspider.py"

Expected behavior
To launch without errors

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
up to date kali

Smartphone (please complete the following information):
NA

Additional context
Add any other context about the problem here.

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

1 participant