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'])
|
content = urlsafe_b64decode(response['Items'][0]['content'])
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
"headers:": {"Content-Type": "text/plain"},
|
||||||
"statusCode": response['ResponseMetadata']['HTTPStatusCode'],
|
"statusCode": response['ResponseMetadata']['HTTPStatusCode'],
|
||||||
"body": content
|
"body": str(content)
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
|
||||||
|
@ -83,7 +83,6 @@ package:
|
|||||||
############################################################################################
|
############################################################################################
|
||||||
functions:
|
functions:
|
||||||
|
|
||||||
#TODO
|
|
||||||
#returns all known strategy names from the server
|
#returns all known strategy names from the server
|
||||||
#and if they are private or not
|
#and if they are private or not
|
||||||
strategies:
|
strategies:
|
||||||
|
Loading…
Reference in New Issue
Block a user