Skip to content

Commit

Permalink
Remove superfluous dot
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Jun 23, 2016
1 parent f7ddffd commit e18bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/providers/rarbg.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def search(self, search_strings, age=0, ep_obj=None): # pylint: disable=too-man
elif error_code not in (8, 10, 12, 14, 20):
# 8, 10, 12, 14 = Cant find * in database. Are you sure this * exists?
# 20 = No results found
logger.log('{0}. Error code: {1}'.format(error, error_code), logger.WARNING)
logger.log('{0} Error code: {1}'.format(error, error_code), logger.WARNING)
continue

torrent_results = data.get('torrent_results')
Expand Down

0 comments on commit e18bda3

Please sign in to comment.