Private GIT

Skip to content
Snippets Groups Projects
Commit 62b1e18d authored by Fernando's avatar Fernando
Browse files

Change check scene exceptions from error to warning

Not an system error but github error
parent 7528ea82
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def retrieve_exceptions():
url_data = helpers.getURL(url)
if url_data is None:
# 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
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