Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

brutedns.py syntaxwarning #20

Open
devocc17 opened this issue Jun 28, 2022 · 0 comments
Open

brutedns.py syntaxwarning #20

devocc17 opened this issue Jun 28, 2022 · 0 comments

Comments

@devocc17
Copy link

here is what i got while trying to run the program.
brutedns.py:53: SyntaxWarning: "is" with a literal. Did you mean "=="?
self.default_dns = True if args.default_dns is "y" else False
Traceback (most recent call last):
File "brutedns.py", line 16, in
import gevent
ModuleNotFoundError: No module named 'gevent'

this could be due some variables not working with the newest version of python or that there's a variable issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant