m0rtem / CloudFail

Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
MIT License
2.22k stars 467 forks source link

ERROR SYNTAXWARNING "is not" #74

Open bytccoin opened 2 years ago

bytccoin commented 2 years ago

/cloudfail.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="? while choice is not 'y' and choice is not 'n': soft/CloudFail/cloudfail.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="? while choice is not 'y' and choice is not 'n': soft/CloudFail/cloudfail.py:182: SyntaxWarning: "is" with a literal. Did you mean "=="? if choice is 'y':

how do I solve it? I already tried several ways

jack3841 commented 2 years ago

did you found the solution? I am facing the exact same issue.