Skip to content
Snippets Groups Projects
Commit 53cecf0f authored by kabor's avatar kabor
Browse files

Update btc.py

parent 87d30db8
No related branches found
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