Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeathLee authored May 29, 2022
1 parent 7ca33e8 commit 10bfaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacos/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def _do_pulling(self, cache_list, queue):
# if contains_init_key:
# headers["longPullingNoHangUp"] = "true"

data = {"Listening-Configs": probe_update_string}
data = {"Listening-Configs": probe_update_string, "tenant": self.namespace}

changed_keys = list()
try:
Expand Down

0 comments on commit 10bfaad

Please sign in to comment.