Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IDmedia committed Jun 7, 2021
1 parent 5af0814 commit 5aa86a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/medusa/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ def delete_old_tvshows(self, lst_images, directory):
os.remove(directory + img)
_LOGGER.info("Delete finished tv show images")
except IOError:
_LOGGER.error("Unable to delete file.")
_LOGGER.error("Unable to delete file.")

0 comments on commit 5aa86a6

Please sign in to comment.