BenjiLee / PoloniexAnalyzer

Trade history and balance analyzer for Poloniex
MIT License
78 stars 22 forks source link

CalculateFees exception #57

Closed stitrace closed 7 years ago

stitrace commented 7 years ago

poloniex.py -a CalculateFees Traceback (most recent call last): File "poloniex.py", line 73, in main() File "poloniex.py", line 65, in main actions[args.action]['function']() File "/home/stitrace/PoloniexAnalyzer/analyzer.py", line 85, in calculate_fees trade_history = TradeHistory(trading_api.return_trade_history()) TypeError: init() takes 1 positional argument but 2 were given

BenjiLee commented 7 years ago

Sounds like I need some tests >.<

I'll take a look at this later today

BenjiLee commented 7 years ago

Should be fixed in https://github.com/BenjiLee/PoloniexAnalyzer/pull/58

stitrace commented 7 years ago

Ok, it's worked now. Thanks.