mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-03-07 05:23:54 +01:00
[bugfix/mysql] ZVEI: wrong self.sqlInserts method
saves wrong "field names", resulting in (probably) WARNING
This commit is contained in:
parent
0b9814bc18
commit
40fb0203b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue