syntax error fix
This commit is contained in:
parent
537812298b
commit
d0d8456a7a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue