asweigart / PyGetWindow

A simple, cross-platform module for obtaining GUI information on applications' windows.
BSD 3-Clause "New" or "Revised" License
363 stars 69 forks source link

Fix __str__(self) #33

Closed ealmloff closed 4 years ago

ealmloff commented 4 years ago

remove self._hWnd to fix error "_getWindowRect() takes 1 positional argument but 2 were given"

asweigart commented 4 years ago

Thanks!