diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index a9f71da4..cc31f5a5 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -1564,7 +1564,7 @@ class ConfigProviders: try: curTorrentProvider.ratio = float(str(kwargs[curTorrentProvider.getID() + '_ratio']).strip()) except: - curTorrentProvider.ratio = None + curTorrentProvider.ratio = 0 if hasattr(curTorrentProvider, 'digest'): try: