Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
This commit is contained in:
commit
fb984b2e71
@ -111,8 +111,9 @@ def code(event, context):
|
||||
content = urlsafe_b64decode(response['Items'][0]['content'])
|
||||
|
||||
return {
|
||||
"headers:": {"Content-Type": "text/plain"},
|
||||
"statusCode": response['ResponseMetadata']['HTTPStatusCode'],
|
||||
"body": content
|
||||
"body": str(content)
|
||||
}
|
||||
else:
|
||||
|
||||
|
@ -83,7 +83,6 @@ package:
|
||||
############################################################################################
|
||||
functions:
|
||||
|
||||
#TODO
|
||||
#returns all known strategy names from the server
|
||||
#and if they are private or not
|
||||
strategies:
|
||||
|
Loading…
Reference in New Issue
Block a user