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={}