-fix typo in recorder.py
This commit is contained in:
parent
665957c5d7
commit
8b0b5851f6
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class ShowRecorder(Thread):
|
|||
|
||||
self.upload_file(filepath)
|
||||
os.remove(filepath)
|
||||
except Exceptio, e:
|
||||
except Exception, e:
|
||||
self.logger.error(e)
|
||||
else:
|
||||
self.logger.info("problem recording show")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue