wip
This commit is contained in:
parent
f4ea0d7c0d
commit
2f52ad637e
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ app = Flask(__name__)
|
|||
def build():
|
||||
strategy = request.args['strategy']
|
||||
hook_data = request.get_json()
|
||||
print(hook_data)
|
||||
print(json.dumps(hook_data, sort_keys=True, indent=4))
|
||||
return check_output([f"/{environ['STRATEGIES_DIR']}/{strategy}", json.dumps(hook_data)])
|
||||
|
|
Loading…
Reference in a new issue