AnimatedGIF icon indicating copy to clipboard operation
AnimatedGIF copied to clipboard

"Bool" object is not callable

Open thescribe11 opened this issue 4 years ago • 1 comments

I realize that this is similar to several other issues, however in the past they were related to Python 2; however, I am getting this error with Python 3.7.6.

thescribe11 avatar Mar 12 '20 15:03 thescribe11

I believe this is because stop is both a function and a boolean property. However, since the function does nothing other than setting the property, the_animated_gif.stop = True should work.

lucidBrot avatar Jan 11 '22 23:01 lucidBrot