coding standards

This commit is contained in:
Jonathan Corwin 2010-03-05 22:10:53 +00:00
parent 0baec0fd2f
commit a33a6d53ca

View File

@ -189,8 +189,7 @@ class MessageListener(object):
"""
log.debug(u'Startup called with message %s' % message)
self.handler, file, isLive = self.decodeMessage(message)
filetype = os.path.splitext(file)[1][1:]
if self.handler==u'Automatic':
if self.handler == u'Automatic':
self.handler = self.mediaitem.findControllerByType(file)
if not self.handler:
return