From fbe9aec22128601f69173d509b1c868b198c6a67 Mon Sep 17 00:00:00 2001 From: Reiko Kaps Date: Fri, 19 Jun 2020 22:47:09 +0200 Subject: [PATCH] =?UTF-8?q?"Teilnehmer=20verl=C3=A4sst=20Raum"=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jitsi-log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitsi-log.py b/jitsi-log.py index 67d4ce3..ddcea85 100755 --- a/jitsi-log.py +++ b/jitsi-log.py @@ -212,7 +212,7 @@ def process_line(line): # participant is leaving a the room leaving_match = leaving.match(erg.group(7)) - print(leaving_match) + print(leaving_match.group(0)) if leaving_match: room_name = member_match.group(1).strip() room_member = member_match.group(3).strip()