Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed May 10, 2024
1 parent a8ff14b commit ac6725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databend_py/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def do_query(self, url, query_sql):
except ValueError:
pass
raise UnexpectedException("Unexpected status code %d when post query, content: %s, headers: %s" %
(response.status_code, response.content, self.make_headers()))
(response.status_code, response.content, response.headers))

if response.content:
try:
Expand Down

0 comments on commit ac6725c

Please sign in to comment.