Gesamtlast_simple

This commit is contained in:
Bla Bla
2024-09-05 14:26:26 +02:00
parent c16faec6fe
commit 004b16c2fd
3 changed files with 12 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ def flask_gesamtlast():
print(last)
return jsonify(last.tolist())
@app.route('/gesamtlast_simple', methods=['GET'])
def flask_gesamtlast_simple():
if request.method == 'GET':