aboutsummaryrefslogtreecommitdiffstats
path: root/python/api_quotes/quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/api_quotes/quotes.py')
-rw-r--r--python/api_quotes/quotes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/api_quotes/quotes.py b/python/api_quotes/quotes.py
index 4be90866..bc951aa8 100644
--- a/python/api_quotes/quotes.py
+++ b/python/api_quotes/quotes.py
@@ -59,4 +59,3 @@ Quote.init_dbconn(dbconn("serenitasdb"))
Quote._sql_insert = Quote._sql_insert.replace(
"RETURNING *", "ON CONFLICT DO NOTHING RETURNING *"
)
-breakpoint()