Skip to content

Commit

Permalink
Update catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern authored May 4, 2019
1 parent 7023038 commit d67cc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymako/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d67cc92

Please sign in to comment.