diff --git a/portainer.py b/portainer.py index bf76852..11650b2 100755 --- a/portainer.py +++ b/portainer.py @@ -29,6 +29,7 @@ defaults = { "stack_mode": "swarm", "site": "portainer", } + cur_config = {} def load_config(defaults=defaults): '''Load configuration from /myapps/portainer.conf if it exists, else from env vars or defaults.'''