PEP 8 (I'm bored): bitcoin

This commit is contained in:
enkore 2014-10-14 16:35:15 +02:00
parent f6e910c114
commit 54bae95804

View File

@ -72,7 +72,6 @@ class Bitcoin(IntervalModule):
url = "{}{}".format(api, addresses) url = "{}{}".format(api, addresses)
return json.loads(urllib.request.urlopen(url).read().decode("utf-8")) return json.loads(urllib.request.urlopen(url).read().decode("utf-8"))
@require(internet) @require(internet)
def run(self): def run(self):
price_data = self._fetch_price_data() price_data = self._fetch_price_data()