hahwul / a2sv

Auto Scanning to SSL Vulnerability
MIT License
618 stars 167 forks source link

Bug in Termux #32

Closed Stainle2S closed 6 years ago

Stainle2S commented 6 years ago

$ python a2sv.py -h File "a2sv.py", line 128 print "" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?

Please, help me)

binarioGH commented 6 years ago

(i just speak a little bit of english) to use "print()", you must put what you want to print between parentheses

hahwul commented 6 years ago

Fixed this bug. Please update a2sv [ Update command ]

#> a2sv -u 

or 

#> cd a2sv
#> git pull

[ Change log ]

print "" => " "

[ Code ]

127 
128     print " "
129     # SSL Check Logic --------------------------- 

Thank you for sending issues and solutions.

ringawy commented 5 years ago

same problem i have latest update and try above trick don't work

python a2sv.py -u File "a2sv.py", line 128 print " " ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(" ")?