PEP 8 (I'm bored): bitcoin
This commit is contained in:
parent
f6e910c114
commit
54bae95804
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user