working on fixing env errors

This commit is contained in:
Gert Wohlgemuth 2018-06-05 22:47:02 -07:00
parent de086579e6
commit a4a0242eb7

View File

@ -285,6 +285,8 @@ def generate_configuration(fromDate, till, name, refresh, user, remote=True):
)['Items'][0]
print(response)
content = response['content']
configuration = {
"max_open_trades": 1,