removed debug print

This commit is contained in:
2026-08-26 18:45:33 +02:00
parent 22fb3809af
commit 134bd9b6dd
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -81,7 +81,6 @@ def on_event(config: dict, message: dict) -> None:
"datetime": timestamp,
"text": message.get("text") or str(template).format(**values),
}
pprint(payload)
send_event(
payload,
event_url=str(config.get("event_url", "")),
+2
View File
@@ -24,3 +24,5 @@
2026-08-26T18:37:21+02:00 FIRST_ARRIVAL id=ignace mac=ce:68:53:a8:fc:07
2026-08-26T18:40:07+02:00 DEPARTED id=ignace mac=ce:68:53:a8:fc:07
2026-08-26T18:40:07+02:00 EMPTY id=house
2026-08-26T18:44:28+02:00 ARRIVED id=ignace mac=ce:68:53:a8:fc:07
2026-08-26T18:44:28+02:00 FIRST_ARRIVAL id=ignace mac=ce:68:53:a8:fc:07