This is what i get after the parameter check.
Simulation off
Traceback (most recent call last):
File "C:\Users\Radu\Documents\GitHub\btc-e_Trade_bot\auto.py", line 124, in
last = float(get_last(pair))
File "C:\Users\Radu\Documents\GitHub\btc-e_Trade_bot\auto.py", line 121, in ge
t_last
last_price = ticker.get(u'last')
AttributeError: 'NoneType' object has no attribute 'get'
This is what i get after the parameter check.
Simulation off
Traceback (most recent call last):
File "C:\Users\Radu\Documents\GitHub\btc-e_Trade_bot\auto.py", line 124, in
last = float(get_last(pair))
File "C:\Users\Radu\Documents\GitHub\btc-e_Trade_bot\auto.py", line 121, in ge
t_last
last_price = ticker.get(u'last')
AttributeError: 'NoneType' object has no attribute 'get'