Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug where player script was skipping the first image #2742

Merged
merged 1 commit into from
Sep 19, 2017

Conversation

radarhere
Copy link
Member

The original code -

# list of images
self.im = im[1:]
im = self.im[0]

presumably intended to remove the first image from the list, displaying it initially before loop through the rest.

However, it actually discards the first image, and selects the next image to display initially.

This PR fixes this.

@wiredfool wiredfool merged commit f3867f9 into python-pillow:master Sep 19, 2017
@radarhere radarhere deleted the player branch September 19, 2017 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants