mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-13 18:33:37 +00:00
little change
This commit is contained in:
parent
5cddcf69d7
commit
a7519386ad
3 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import logging
|
||||
|
||||
def run(typ,frequenz,daten):
|
||||
def run(typ,freq,data):
|
||||
logging.debug("Throw Template Plugin")
|
||||
try:
|
||||
logging.info("ZVEI: %s wurde empfangen!", daten[0])
|
||||
logging.info("ZVEI: %s wurde auf %s empfangen!", data[0],freq)
|
||||
logging.debug("try 5/0")
|
||||
test = 5/0
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue