Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Jul 25, 2016
1 parent 02d8372 commit df5c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/scene_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def _xem_exceptions_fetcher():

if not parsedJSON['data']:
logger.log(u'No data returned from XEM when checking scene exceptions. Update failed for {0}'.format
(sickbeard.indexerApi(indexer).name), logger.DEBUG)
(sickbeard.indexerApi(indexer).name), logger.DEBUG)
continue

for indexerid, names in iteritems(parsedJSON['data']):
Expand Down

0 comments on commit df5c4f4

Please sign in to comment.