Private GIT

Skip to content
Snippets Groups Projects
Commit 1bcd8e9d authored by Fernando's avatar Fernando
Browse files

Change failed message when ep dont have previous snatched status

parent 86a0e1e4
Branches
Tags
No related merge requests found
......@@ -132,8 +132,8 @@ def revertEpisode(epObj):
logger.log(u"Found in history")
epObj.status = history_eps[epObj.episode]['old_status']
else:
logger.log(u"WARNING: Episode not found in history. Setting it back to WANTED",
logger.WARNING)
logger.log(u"Episode don't have a previous snatched status to revert. Setting it back to WANTED",
logger.DEBUG)
epObj.status = WANTED
epObj.saveToDB()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment