Merge pull request #152 from KoenigMjr/bugfix/mysql
Some checks failed
build_docs / Build documentation (push) Has been cancelled
CodeQL / CodeQL-Build (push) Has been cancelled
pytest / build (ubuntu-latest, 3.10) (push) Has been cancelled
pytest / build (ubuntu-latest, 3.11) (push) Has been cancelled
pytest / build (ubuntu-latest, 3.12) (push) Has been cancelled
pytest / build (ubuntu-latest, 3.13) (push) Has been cancelled
pytest / build (ubuntu-latest, 3.9) (push) Has been cancelled
build_docs / deploy (push) Has been cancelled

[bugfix/mysql] ZVEI: wrong self.sqlInserts method
This commit is contained in:
Bastian Schroll 2026-03-05 13:06:49 +01:00 committed by GitHub
commit 7d4cb57a6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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