Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radlaci97
fancy-btc
Commits
88fa7fc3
Commit
88fa7fc3
authored
Mar 18, 2018
by
rx7
Browse files
Fix bug
parent
87d30db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
btc.py
View file @
88fa7fc3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment