jcontini / facebook-photos-download

Download your tagged photos from Facebook
MIT License
38 stars 24 forks source link

Ran into an error and fixed it with the handler #10

Open jsrice7391 opened 5 years ago

jsrice7391 commented 5 years ago

Hey! I really like the tool!

I ran it and for some reason, it gave me an UnboundLocal error when it was running the piexif.dump() method. I added the handler to tell the user what to do if they run into it.

It also seems to have delayed the part of the script just enough to not have that error.