Private GIT

Skip to content
Snippets Groups Projects
Commit 64b6bb40 authored by Fernando's avatar Fernando Committed by =
Browse files

Update torrentday.py

parent f489c769
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ class FreshOnTVProvider(generic.TorrentProvider):
}
return True
except:
logger.log(u'Unable to obtain cookie for FreshOnTV', logger.ERROR)
logger.log(u'Unable to obtain cookie for FreshOnTV', logger.WARNING)
return False
else:
......
......@@ -122,7 +122,7 @@ class TorrentDayProvider(generic.TorrentProvider):
except:
pass
logger.log(u'Unable to obtain cookie for TorrentDay', logger.ERROR)
logger.log(u'Unable to obtain cookie for TorrentDay', logger.WARNING)
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment