forked from platypush/platypush
typo #2
This commit is contained in:
parent
e9fc35b39d
commit
bb43facee5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class CameraPiBackend(Backend):
|
|||
|
||||
try:
|
||||
self.camera.start_recording(connection, format='h264')
|
||||
self.camera.stop_recording_event.wait()
|
||||
self.stop_recording_event.wait()
|
||||
self.logger.info('Stopping camera recording')
|
||||
except ConnectionError as e:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue