Change history data filename and format

This commit is contained in:
enenn
2018-02-04 16:53:15 +01:00
parent 567f252eae
commit 71226a6c65
50 changed files with 133 additions and 68 deletions

View File

@@ -187,4 +187,7 @@ def get_name() -> str:
def get_fee() -> float:
if not _API.markets:
_API.load_markets()
return _API.calculate_fee('ETH/BTC', '', '', 1, 1)['rate']