Browse Source

Delete helpers.py

pull/6035/head^2
Jeremy 9 years ago
parent
commit
cac06ed50d
  1. 7
      libs/qbittorrent/helpers.py

7
libs/qbittorrent/helpers.py

@ -1,7 +0,0 @@
def try_convert(value, to_type, default=None):
try:
return to_type(value)
except ValueError:
return default
except TypeError:
return default
Loading…
Cancel
Save