mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fixes Invalid ratio error when ratio is not set
I would recommend undoing 7673cd5cc9
for the time being
as some of the client scripts have code dependent on the input being a string.
This commit is contained in:
parent
1d01d2bc52
commit
e42cdb5b4a
@ -85,7 +85,7 @@ class TransmissionAPI(GenericClient):
|
||||
ratio = result.ratio
|
||||
elif sickbeard.TORRENT_RATIO:
|
||||
ratio = sickbeard.TORRENT_RATIO
|
||||
|
||||
if ratio:
|
||||
try:
|
||||
float(ratio)
|
||||
except ValueError:
|
||||
|
Loading…
Reference in New Issue
Block a user