MatsAndT / Astro-pi-kvadda-19-20

MIT License
2 stars 1 forks source link

delete_img wil not work #29

Closed MatsAndT closed 4 years ago

MatsAndT commented 4 years ago

The delete_img func will not work because it uses a int for the name. It needs to convert the id (int) of the image to a string and add .jpg on the end.

https://github.com/MatsAndT/Astro-pi-kvadda/blob/aaf79b7a56266720400777f26623ed9b2de791a6/data_manager/data_manager.py#L125-L135