DmitrMakeev
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ def load_data_from_json(json_data):
|
|
278 |
@app.route('/start_up', methods=['GET'])
|
279 |
def start_up():
|
280 |
export_id = request.args.get('export_id')
|
281 |
-
api_key_sys_control = request.args.get('
|
282 |
|
283 |
if export_id is None:
|
284 |
return json.dumps({"error": "export_id is required"}), 400
|
|
|
278 |
@app.route('/start_up', methods=['GET'])
|
279 |
def start_up():
|
280 |
export_id = request.args.get('export_id')
|
281 |
+
api_key_sys_control = request.args.get('api_sys')
|
282 |
|
283 |
if export_id is None:
|
284 |
return json.dumps({"error": "export_id is required"}), 400
|