Browse Source

Update views.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
ba9449db23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/extensions/tpos/views.py

2
lnbits/extensions/tpos/views.py

@ -23,4 +23,4 @@ def tpos(tpos_id):
r = requests.get("https://api.opennode.co/v1/rates")
r_json = r.json()
rr = get_wallet(tpos.wallet)
return render_template("tpos/tpos.html", tpos=tpos.id, inkey=rr.inkey, rate=r_json["data"]["BTC" + tpos.currency][tpos.currency])
return render_template("tpos/tpos.html", tpos=tpos.id, inkey=rr.inkey, rate=r_json["data"]["BTC" + tpos.currency][tpos.currency], curr=tpos.currency)

Loading…
Cancel
Save