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
committed by Ryan Petrello
parent 0ddf47740c
commit 67000f0ce9
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