Unable to run
ways opened this issue · 1 comments
ways commented
Hi
System info:
$ cat /etc/issue
Raspbian GNU/Linux 8 \n \l
Installed dependencies:
$ sudo pip3 install -r requirements.txt
...
Run:
pi@bilderamme:~/reddit_get_top_images $ python3 get_top_images.py -s pics -p w
File "get_top_images.py", line 236
options = {**defaults, **config_args, **passed_args}
^
SyntaxError: invalid syntax
nagracks commented
Hi, thnx for reporting this issue. I couldn't able to reproduce this error, it works fine on my side. Can you confirm that you haven't change script by mistake? You can check it by running git status
in repository directory.