mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue