From 40fb0203b1f9837441168dbcac28e88667c755ce Mon Sep 17 00:00:00 2001 From: KoenigMjr <135820716+KoenigMjr@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:39:25 +0100 Subject: [PATCH] [bugfix/mysql] ZVEI: wrong self.sqlInserts method saves wrong "field names", resulting in (probably) WARNING --- plugin/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/mysql.py b/plugin/mysql.py index d7b4fcd..9faff7a 100644 --- a/plugin/mysql.py +++ b/plugin/mysql.py @@ -155,7 +155,7 @@ class BoswatchPlugin(PluginBase): bwPacket.get("inputSource"), bwPacket.get("frequency") ) - self.cursor.execute(self.sqlInserts.get("pocsag"), val) + self.cursor.execute(self.sqlInserts.get("zvei"), val) def msg(self, bwPacket): r"""!Called on MSG packet