Etwas aufgeräumt und vereinfacht

This commit is contained in:
Reik Kaps 2020-06-18 22:56:21 +02:00
parent c0e8299d34
commit b8289b875b
2 changed files with 1 additions and 2 deletions

View File

@ -146,6 +146,7 @@ def process_line(line):
print('-> room disposed: {}'.format(room_name))
if room_name in roomList:
del roomList[room_name]
owner_match = owner.match(erg.group(7))
if owner_match:
room_name = owner_match.group(1).strip()

View File

@ -1,4 +1,2 @@
parso==0.7.0
pygtail==0.11.1
sh==1.13.1
svgwrite==1.4