Skip to content
Snippets Groups Projects
Commit 5872f0e8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Activate ligier logging

parent cf077475
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class TimeSyncChecker(kp.Module):
date = datetime.datetime.utcnow().strftime("%c")
msg = f"ALERT (MONITORING) {date}: {msg}"
print(msg)
self.ch_client.put_message("MSG", "Monitoring Test")
self.ch_client.put_message("MSG", msg)
def process(self, blob):
dom_ids_invalid = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment