csaftoiu / yahoo-groups-backup

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

Fix incorrect initialization of DumpSite.redactions #48

Open chapatt opened 5 years ago

chapatt commented 5 years ago

If the --redactions argument wasn't provided, dump_site would fail trying to call the method apply on an empty list. This fixes issue #44