Skip to content

Commit dcbc6ff

Browse files
TanziTanzi
Tanzi
authored and
Tanzi
committed
fix bug caused by function renaming
1 parent 77e8b62 commit dcbc6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CommonCamWrapperTkinter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def update_image():
3232
width=canvas_width, height=canvas_height, data=tk_photo_Data, format="PPM"
3333
)
3434
canvas.itemconfig(canvas_img, image=tk_photo)
35-
tkWindow.after(10, update)
35+
tkWindow.after(10, update_image)
3636

3737

3838
if __name__ == "__main__":

0 commit comments

Comments
 (0)