csaftoiu / yahoo-groups-backup

A python script to backup the contents of private Yahoo! groups.
The Unlicense
37 stars 18 forks source link

Syntax error when attempting to run #36

Closed megaminxwin closed 7 years ago

megaminxwin commented 7 years ago

When I run the script, I keep getting this message:

  File "./yahoo-groups-backup.py", line 56
    result = {**default_args, **cfg_args}
               ^
SyntaxError: invalid syntax

I'm pretty sure I installed everything just fine, so I'm really not sure what's going on here...

csaftoiu commented 7 years ago

Ah this is a new feature in Python 3.5, I'll add the requirement to the readme.