From 5f6d81d4d1f05a38f58125acb7fb6626367e466a Mon Sep 17 00:00:00 2001
From: Maximilian Loch <Maximilian.Loch@LVermGeo.landsh.de>
Date: Wed, 16 Aug 2023 09:43:42 +0200
Subject: [PATCH] small fix

---
 script_helper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script_helper.py b/script_helper.py
index dfa768a..ebe0cb7 100644
--- a/script_helper.py
+++ b/script_helper.py
@@ -147,7 +147,7 @@ class DBTools:
 
         sql_update = f"""
         update
-            prototyp_areg.schulen
+            {table}
         set
             hnr='{data['hnr']}',
             strasse='{data['stn']}',
-- 
GitLab