commit 9284da0d9fa9d1cc5029cb1287e12f749c1b9ac6 parent 2b34746acf669ae79d867c90fd31dec08ebefdeb Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Sun, 27 Dec 2020 11:50:25 +1100 extra bracket bug Diffstat:
M | invoice/price_feed.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoice/price_feed.py b/invoice/price_feed.py @@ -30,7 +30,7 @@ def get_price(currency): def get_btc_value(dollar_value, currency): - price = get_price(currency)) + price = get_price(currency) if price is not None: try: