From cf843c16bd5144715ab62950a7b6fbbc17a8b5f9 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Tue, 29 Aug 2017 00:55:06 -0500 Subject: [PATCH] CO - bug fix --- src/api/index.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/index.py b/src/api/index.py index 1aa61ba..fd379fa 100644 --- a/src/api/index.py +++ b/src/api/index.py @@ -236,10 +236,10 @@ def app_status() : @app.route('/init/collector',methods=['POST']) def InitCollector(): -""" - This endpoint is intended to initialize the collection agent - @pre registration of the client should be done against the store API -""" + """ + This endpoint is intended to initialize the collection agent + @pre registration of the client should be done against the store API + """ global CONFIG r = [] manager={}