Remove license_key check & fix docker-compose make command

This commit is contained in:
Christian M. Adams
2020-10-22 16:49:13 -04:00
parent 91f72672a1
commit 25ace77048
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ class Config(base.Base):
@property
def is_valid_license(self):
return self.license_info.get('valid_key', False) and \
'license_key' in self.license_info and \
'instance_count' in self.license_info
@property