From d67cc92d6044822930bc7849bdf01ec2405d4749 Mon Sep 17 00:00:00 2001 From: "A. F" Date: Sat, 4 May 2019 15:13:54 +0200 Subject: [PATCH] Update catalog.py --- pymako/catalog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymako/catalog.py b/pymako/catalog.py index 694bfb3..32b8dd7 100644 --- a/pymako/catalog.py +++ b/pymako/catalog.py @@ -7,5 +7,5 @@ class Catalog(Client): - def __init__(self): - super().__init__() + def __init__(self, consul_url, api_version="v1"): + super().__init__(consul_url, api_version)