summaryrefslogtreecommitdiff
path: root/cfetch/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cfetch/__init__.py')
-rw-r--r--cfetch/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfetch/__init__.py b/cfetch/__init__.py
index 9c5df6a..46a2731 100644
--- a/cfetch/__init__.py
+++ b/cfetch/__init__.py
@@ -58,7 +58,6 @@ class Ticker():
except (KeyError, TypeError):
try:
r = get(self.path + self.get_pair(b, a)) # reverse order
-
res = self.get_pair_data(r, (b, a))
return (float(res[self.kind]) ** -1) * amt
except (KeyError, TypeError) as e: