Skip to content

Commit 77dcaf5

Browse files
committed
Black formatted
1 parent bf190cc commit 77dcaf5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/bitcoin_demo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
DATA_SOURCE = "https://api.coindesk.com/v1/bpi/currentprice.json"
1010
DATA_LOCATION = ["bpi", "USD", "rate_float"]
1111

12+
1213
def text_transform(val):
1314
return "Bitcoin: $%d" % val
1415

16+
1517
magtag = MagTag(
16-
url=DATA_SOURCE, json_path=DATA_LOCATION,
18+
url=DATA_SOURCE,
19+
json_path=DATA_LOCATION,
1720
)
1821

1922
magtag.network.connect()

0 commit comments

Comments
 (0)