asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
193 stars 96 forks source link

`_screenshot_win32` on PyPI contains more arguments than on master #109

Open Avasam opened 1 year ago

Avasam commented 1 year ago

From PyPI: image

Master: https://github.com/asweigart/pyscreeze/blob/master/pyscreeze/__init__.py#L531

Blaming the code it doesn't look like the argument was removed in a recent commit. Maybe something accidentally included from a local branch?