From fda0282151136e84252d728b6e1f5c777133a92c Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 8 Jun 2020 12:15:42 +0300 Subject: [PATCH] Import merge dicts method --- tljh/traefik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/traefik.py b/tljh/traefik.py index 97e2a47..2cbb312 100644 --- a/tljh/traefik.py +++ b/tljh/traefik.py @@ -10,7 +10,7 @@ import requests import toml from .config import CONFIG_DIR -from tljh.configurer import load_config +from tljh.configurer import load_config, _merge_dictionaries # FIXME: support more than one platform here plat = "linux-amd64"