-fix typo in recorder.py
This commit is contained in:
parent
665957c5d7
commit
8b0b5851f6
|
@ -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…
Reference in New Issue