tanrax / guetzli-recursively

Script in Python to convert all the jpeg of a folder recursively with Guetzli
MIT License
33 stars 4 forks source link

Error in line 7 #2

Closed Manuel5cc closed 7 years ago

Manuel5cc commented 7 years ago

When I run it I get this: File "guetzli-recursively.py", line 7 <!DOCTYPE html> ^ SyntaxError: invalid syntax

tanrax commented 7 years ago

Could you tell me which command you use and the Python version?

Manuel5cc commented 7 years ago

I have python 3.5.2 and used the command python3 guetzli-recursively.py /var/www/html/wp-content/uploads/2016/

tanrax commented 7 years ago

I have uploaded an update. Try now.

Manuel5cc commented 7 years ago

Now it is working