Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checking against frame_count in Screencopy.match (#119)
`self.frame_count` accessed in `match()` could contain a frame number that is out of sync with the grabbed screenshot. This fix makes sure that the frame count checked in `match()` is the actual frame count when `grab_screenshot()` is called.
- Loading branch information