commit | 921aac854ca2b6c9d0d86660fa3a6f1d1ce495ea | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Sep 30 14:55:39 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Oct 01 22:38:06 2022 -0400 |
tree | 95d1b2ca767a64d316f8f5d778dda5b62cfc78d6 | |
parent | fcddd11129aa6e26911a07783160a7023b29148f [diff] |
fix(operator): fix load_from_file
diff --git a/atmosphere/cmd/operator.py b/atmosphere/cmd/operator.py index 9a1fc52..c8dad4b 100644 --- a/atmosphere/cmd/operator.py +++ b/atmosphere/cmd/operator.py
@@ -9,7 +9,7 @@ def main(): LOG.info("Starting Atmosphere operator") - cfg = config.load_from_file() + cfg = config.Config.load_from_file() engine = flows.get_engine(cfg) engine.run()