Hi there. Running the script fails with the error: File "brutescrape.py", line 17 print line.rstrip() ^ SyntaxError: invalid syntax Any idea how to resolve?
Hi there. Running the script fails with the error:
File "brutescrape.py", line 17
print line.rstrip()
^
SyntaxError: invalid syntax
Any idea how to resolve?