also, this
This commit is contained in:
parent
3a0ff72c7a
commit
022afc405f
1 changed files with 2 additions and 2 deletions
|
@ -321,8 +321,8 @@ Avail: Sets your availability to available and (optional) sets your status
|
|||
"""
|
||||
Display the error on the room window
|
||||
"""
|
||||
# if not error:
|
||||
# return
|
||||
if not error:
|
||||
return
|
||||
room = self.get_room_by_name(room)
|
||||
code = error.getAttr('code')
|
||||
typ = error.getAttr('type')
|
||||
|
|
Loading…
Reference in a new issue