CalvinLoke / bad-apple

Bad Apple printed out on the console with Python!
233 stars 43 forks source link

Small Bugfixes #6

Closed Mirageofmage closed 3 years ago

Mirageofmage commented 3 years ago

Both of these edits should also hopefully fix the "No such file or directory: 'ExtractedFrames/BadApple_1.jpg'" Issue

CalvinLoke commented 3 years ago

Thanks for the changes.

Changing input() to raw_input() is definitely a better idea, and I overlooked this.

I think forcing it into float sounds like it might fix the poor performance, thanks for pointing it out.

The other fixes are also pretty nice, appreciate it!