Properly return window id instead window name
This commit is contained in:
Guille Gutierrez 2022-04-19 13:42:53 -04:00
parent 01af205d9d
commit a35fca9876

View File

@ -19,7 +19,8 @@ class Window:
Get window id
:return: str
"""
return self._name
return self._id
@property
def name(self):
"""