forked from platypush/platypush
typo
This commit is contained in:
parent
29a5cfa9c2
commit
e9fc35b39d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class CameraPiBackend(Backend):
|
|||
|
||||
while True:
|
||||
self.start_recording_event.wait()
|
||||
self.logger.start('Starting camera recording')
|
||||
self.logger.info('Starting camera recording')
|
||||
|
||||
connection = self.server_socket.accept()[0].makefile('wb')
|
||||
|
||||
|
|
Loading…
Reference in a new issue