"Teilnehmer verlässt Raum" hinzu

This commit is contained in:
Reik Kaps 2020-06-19 22:47:09 +02:00
parent e70c6a325d
commit fbe9aec221
1 changed files with 1 additions and 1 deletions

View File

@ -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()