syntax error fix

This commit is contained in:
naomiaro 2011-03-25 13:49:04 -04:00
parent 537812298b
commit d0d8456a7a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class ShowRecorder(Thread):
def run(self):
code, filepath = self.record_show()
if code === 0:
if code == 0:
self.upload_file(filepath)
else:
print "problem recording show"