working on improving speed

This commit is contained in:
Gert Wohlgemuth
2018-05-24 17:24:59 -07:00
parent 86de538d9e
commit d293b65323
3 changed files with 16 additions and 13 deletions

View File

@@ -188,7 +188,9 @@ class MyFancyTestStrategy(IStrategy):
data = get_trades({
'pathParameters': {
'user': "GCU4LW2XXZW3A3FM2XZJTEJHNWHTWDKY2DIJLCZJ5ULVZ4K7LZ7D23TG",
"name": "MyFancyTestStrategy"
"name": "MyFancyTestStrategy",
"stake": "usdt",
"asset": "ltc"
}
}, {})['body']
print(data)