Skip to content
Snippets Groups Projects
Commit 88fa7fc3 authored by rx7's avatar rx7
Browse files

Fix bug

parent 87d30db8
Branches master
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ btc_to_huf = r.json()
btc_to_huf = btc_to_huf['bpi']
btc_to_huf = btc_to_huf['HUF']
btc_to_huf = btc_to_huf['rate']
btc_to_huf = btc_to_huf.split('.')[1]
btc_to_huf = btc_to_huf.split('.')[0]
btc_to_huf = btc_to_huf.replace(',','.')
# print it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment