bug fix:
Properly return window id instead window name
This commit is contained in:
parent
01af205d9d
commit
a35fca9876
|
@ -19,7 +19,8 @@ class Window:
|
|||
Get window id
|
||||
:return: str
|
||||
"""
|
||||
return self._name
|
||||
return self._id
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user