Closed JaCoderX closed 5 years ago
datas[] is created when we use cerebro.adddata() in sever.py but before we add the data, 2 dictionary are created on BTgymMultiData which mix the oredered data_config.
change dictionary declaration from {} to OrderedDict()
LGTM!
datas[] is created when we use cerebro.adddata() in sever.py but before we add the data, 2 dictionary are created on BTgymMultiData which mix the oredered data_config.
change dictionary declaration from {} to OrderedDict()