Skip to content

Commit 6ee97ed

Browse files
author
Ask Solem
committed
Use cam.cancel()
1 parent 352c3df commit 6ee97ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/bin/celeryev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def run_camera(camera, freq, verbose=False):
478478
try:
479479
recv.capture(limit=None)
480480
finally:
481-
cam.shutter()
481+
cam.cancel()
482482
conn.close()
483483

484484
def eventtop():

0 commit comments

Comments
 (0)