Browse Source

Update views.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
539bce0d54
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

@ -66,5 +66,5 @@ def tpos():
r_json = r.json() r_json = r.json()
return render_template( return render_template(
"tpos/tpos.html", pos=pos, exchange=int(r_json["data"]["BTC" + user_fau[0][5]][user_fau[0][5]]) "tpos/tpos.html", pos=pos, ratee=user_fau[0][5], exchange=int(r_json["data"]["BTC" + user_fau[0][5]][user_fau[0][5]])
) )

Loading…
Cancel
Save