Update views.py

This commit is contained in:
Arc 2020-02-26 19:12:12 +00:00 committed by GitHub
parent 7a91414cf1
commit 539bce0d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]])
) )