n1nj4z33 / iqoptionbot

IQ Option Trade system (Python 2.7)
38 stars 29 forks source link

Question: #2

Open ghost opened 7 years ago

ghost commented 7 years ago

I get the following error:

self.api.setactives([api_constants.ACTIVES[self.active]]) AttributeError: 'module' object has no attribute 'ACTIVES'

I don't understant what must be inside ACTIVES?

I hope you can help me.

ghost commented 7 years ago

File "/iqpy/iqbot/signaler.py", line 23, in start

n1nj4z33 commented 7 years ago

try import iqoptionapi.constants as api_constants

ACTIVES is a dictionary of {active name: active number} you will find in iqoptionapi/constants.py

n1nj4z33 commented 7 years ago

fix some errors todays