-fix typo in recorder.py

This commit is contained in:
martin 2011-08-29 14:43:30 -04:00
parent 665957c5d7
commit 8b0b5851f6
1 changed files with 1 additions and 1 deletions

View File

@ -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")