holehe
holehe copied to clipboard
SyntaxError: invalid syntax
Describe the bug Running Holhe returns a Syntax Error.
To Reproduce Steps to reproduce the behavior:
- run holhe
- Errored Copy and Paste File "/usr/local/lib/python3.6/dist-packages/holehe/modules/products/samsung.py", line 90 if found := re.search(phone_number_pattern, req.text):
Traceback (most recent call last):
File "/usr/local/bin/holehe", line 11, in
Do you have the error after the if found ?
Yeah i sent the full record log
On Aug 11, 2022, at 2:40 PM, SamirPS @.***> wrote:
Do you have the error after the if found ?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.
You are using python 3.6, but samsung.py use the walrus operator which require python at least python 3.8