From e32c0788b7ede03ca9c43ccaa269f43329eef933 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 3 Jun 2022 19:40:26 +0200 Subject: [PATCH] minor update --- configs/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/config.py b/configs/config.py index 8e3a6ee..f90eb96 100644 --- a/configs/config.py +++ b/configs/config.py @@ -24,8 +24,7 @@ class Config: Usage: c = Config() # initializes the argument parser c.parse() # parses the values and initializes the Services and API clients - # you can then access the Services and APIs like - c.s3_config + # you can then access the Services and APIs like 'c.s3_config' All the configurations available as cmd line options, when included, will override the configurations in the config.json file. Configurations are split between: