Fix default channel branding
This commit is contained in:
@@ -289,7 +289,7 @@ class LLManifest(object):
|
|||||||
elif self.viewer_branding_id()=="snowglobe":
|
elif self.viewer_branding_id()=="snowglobe":
|
||||||
return self.args.get('channel', None) == DEFAULT_CHANNEL_SNOWGLOBE
|
return self.args.get('channel', None) == DEFAULT_CHANNEL_SNOWGLOBE
|
||||||
else:
|
else:
|
||||||
return true
|
return True
|
||||||
|
|
||||||
def construct(self):
|
def construct(self):
|
||||||
""" Meant to be overriden by LLManifest implementors with code that
|
""" Meant to be overriden by LLManifest implementors with code that
|
||||||
|
|||||||
Reference in New Issue
Block a user