mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Reword unable to delete from Cloudinary log message
This commit is contained in:
parent
00012ffe09
commit
8e1b6efc51
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ def delete_from_cloudinary(rating_key=None, delete_all=False):
|
||||||
delete_resources_by_tag(str(rating_key))
|
delete_resources_by_tag(str(rating_key))
|
||||||
logger.debug(u"Tautulli Helpers :: Deleted images from Cloudinary with rating_key {}.".format(rating_key))
|
logger.debug(u"Tautulli Helpers :: Deleted images from Cloudinary with rating_key {}.".format(rating_key))
|
||||||
else:
|
else:
|
||||||
logger.debug(u"Tautulli Helpers :: Failed to deleted images from Cloudinary: No rating_key provided.")
|
logger.debug(u"Tautulli Helpers :: Unable to delete images from Cloudinary: No rating_key provided.")
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue