"Teilnehmer verlässt Raum" hinzu
This commit is contained in:
parent
44390b103c
commit
e70c6a325d
|
@ -212,6 +212,7 @@ def process_line(line):
|
||||||
|
|
||||||
# participant is leaving a the room
|
# participant is leaving a the room
|
||||||
leaving_match = leaving.match(erg.group(7))
|
leaving_match = leaving.match(erg.group(7))
|
||||||
|
print(leaving_match)
|
||||||
if leaving_match:
|
if leaving_match:
|
||||||
room_name = member_match.group(1).strip()
|
room_name = member_match.group(1).strip()
|
||||||
room_member = member_match.group(3).strip()
|
room_member = member_match.group(3).strip()
|
||||||
|
|
Loading…
Reference in New Issue