Remove breakpoint
This commit is contained in:
parent
45d758d84a
commit
f8d0e84097
1
app.py
1
app.py
|
@ -38,7 +38,6 @@ def report():
|
||||||
|
|
||||||
@app.route("/ts/<id>")
|
@app.route("/ts/<id>")
|
||||||
def get_timeseries(id):
|
def get_timeseries(id):
|
||||||
breakpoint()
|
|
||||||
ts = LTS(id=id)
|
ts = LTS(id=id)
|
||||||
return jsonify({"description": ts.description, "data": ts.data})
|
return jsonify({"description": ts.description, "data": ts.data})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue