Private GIT

Skip to content
Snippets Groups Projects
Commit 26e215e1 authored by Fernando's avatar Fernando
Browse files

Merge pull request #1921 from fernandog/scene_exceptions_warning

Change check scene exceptions from error to warning
parents 8fa29dcb 62b1e18d
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ def retrieve_exceptions(): ...@@ -176,7 +176,7 @@ def retrieve_exceptions():
url_data = helpers.getURL(url) url_data = helpers.getURL(url)
if url_data is None: if url_data is None:
# When urlData is None, trouble connecting to github # When urlData is None, trouble connecting to github
logger.log(u"Check scene exceptions update failed. Unable to get URL: " + url, logger.ERROR) logger.log(u"Check scene exceptions update failed. Unable to get URL: " + url, logger.WARNING)
continue continue
setLastRefresh(sickbeard.indexerApi(indexer).name) setLastRefresh(sickbeard.indexerApi(indexer).name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment