[bugfix/mysql] ZVEI: wrong self.sqlInserts method

saves wrong "field names", resulting in (probably) WARNING
This commit is contained in:
KoenigMjr 2026-03-05 08:39:25 +01:00
parent 0b9814bc18
commit 40fb0203b1

View file

@ -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