Remove breakpoint

This commit is contained in:
Peter J. Holzer 2022-09-04 20:07:14 +02:00
parent 45d758d84a
commit f8d0e84097
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -38,7 +38,6 @@ def report():
@app.route("/ts/<id>")
def get_timeseries(id):
breakpoint()
ts = LTS(id=id)
return jsonify({"description": ts.description, "data": ts.data})