mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Wrap up other places where the old license access method is used
This commit is contained in:
@@ -28,7 +28,7 @@ class Command(BaseCommand):
|
||||
def handle(self, *args, **kwargs):
|
||||
# Get the license data.
|
||||
license_reader = TaskSerializer()
|
||||
license_data = license_reader.from_file()
|
||||
license_data = license_reader.from_database()
|
||||
|
||||
# Does the license have features, at all?
|
||||
# If there is no license yet, then all features are clearly off.
|
||||
|
||||
Reference in New Issue
Block a user