From f8d0e840975d9f024f43fd6dbc06cede606153b1 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sun, 4 Sep 2022 20:07:14 +0200 Subject: [PATCH] Remove breakpoint --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 7827653..90a596a 100644 --- a/app.py +++ b/app.py @@ -38,7 +38,6 @@ def report(): @app.route("/ts/") def get_timeseries(id): - breakpoint() ts = LTS(id=id) return jsonify({"description": ts.description, "data": ts.data})