From 50a8083984749714c21cd0dec755e9f7f280160b Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 23 Feb 2017 15:41:41 -0500 Subject: [PATCH] flake8 --- awx/main/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/main/conf.py b/awx/main/conf.py index aaf0bc9694..96c589e632 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -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,