From 5a84730311b07f44d21db96c2cc1f7b89926ece9 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Tue, 3 Sep 2019 20:52:33 +0500 Subject: [PATCH] a --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index 8cbd8b8..833dc0d 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,4 @@ from etcd3_wrapper import Etcd3Wrapper from decouple import config -# TODO: Remove timeout, use certificate authentication etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))