KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.4k stars 212 forks source link

Fix HERO3 file deletion #79

Closed f0k closed 5 years ago

f0k commented 5 years ago

As a follow-up to 488db61, the folder needs to be prefixed with a slash, otherwise it doesn't delete anything. (Does the HERO4+ code work without the slash?) Reduced code duplication on the way.