Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 4eb4693

Browse files
committed
debug msg
1 parent 042d18c commit 4eb4693

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

consul/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ def add_to_map(item):
19071907
if item and select(item[0], item[1]):
19081908
c[item[0]] = item[1]
19091909
map(add_to_map, orgin)
1910-
print '### orgin:', orgin, "c:", c
1910+
print('### orgin:', orgin, "c:", c)
19111911
return c
19121912

19131913
def _query_data(self, service=None,
@@ -1951,7 +1951,7 @@ def _query_data(self, service=None,
19511951
'service': service_body
19521952
}.items(), (lambda k, v: v is not None)
19531953
)
1954-
print '####', json.dumps(data)
1954+
print('####', json.dumps(data))
19551955
return json.dumps(data)
19561956

19571957
def create(self, service,

0 commit comments

Comments
 (0)