Etwas aufgeräumt und vereinfacht
This commit is contained in:
parent
c0e8299d34
commit
b8289b875b
|
@ -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()
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
parso==0.7.0
|
||||
pygtail==0.11.1
|
||||
sh==1.13.1
|
||||
svgwrite==1.4
|
||||
|
|
Loading…
Reference in New Issue