"Teilnehmer verlässt Raum" hinzu

This commit is contained in:
Reik Kaps 2020-06-19 23:02:54 +02:00
parent 54abce2ea7
commit be43f3c761
1 changed files with 2 additions and 2 deletions

View File

@ -214,8 +214,8 @@ def process_line(line):
leaving_match = leaving.match(erg.group(7))
if leaving_match:
try:
room_name = member_match.group(1).strip()
room_member = member_match.group(3).strip()
room_name = leaving_match.group(1).strip()
room_member = leaving_match.group(3).strip()
except:
room_name = 'undefined'
room_member = 'undefined'