fix for typehint

This commit is contained in:
xmatthias 2018-05-30 22:01:29 +02:00
parent f91de3c10e
commit 9aa468adda

View File

@ -34,7 +34,7 @@ class CryptoFiat(object):
self.price = 0.0
# Private attributes
self._expiration = 0
self._expiration = 0.0
self.crypto_symbol = crypto_symbol.upper()
self.fiat_symbol = fiat_symbol.upper()