Merge pull request #7737 from ckartchner/gifio_doc_update

update gifio example in docs
This commit is contained in:
MicroDev 2023-03-17 14:34:25 +05:30 committed by GitHub
commit 48eafa1e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
//| odg = gifio.OnDiskGif('/sample.gif')
//|
//| start = time.monotonic()
//| odg.next_frame() # Load the first frame
//| next_delay = odg.next_frame() # Load the first frame
//| end = time.monotonic()
//| overhead = end - start
//|