mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
flake8
This commit is contained in:
@@ -317,11 +317,13 @@ register(
|
||||
category_slug='logging',
|
||||
)
|
||||
|
||||
|
||||
def init_LOG_AGGREGATOR_TOWER_UUID():
|
||||
unique_id = uuid.uuid4()
|
||||
settings.LOG_AGGREGATOR_TOWER_UUID = unique_id
|
||||
return unique_id
|
||||
|
||||
|
||||
register(
|
||||
'LOG_AGGREGATOR_TOWER_UUID',
|
||||
field_class=fields.CharField,
|
||||
|
||||
Reference in New Issue
Block a user