Skip to content

Commit

Permalink
Update src/snowflake/connector/connection.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Hofman <[email protected]>
  • Loading branch information
sfc-gh-mkeller and sfc-gh-mhofman authored Feb 3, 2025
1 parent ac3c287 commit f4827ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/connector/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def __open_connection(self):
self.auth_class = AuthByWebBrowser(
application=self.application,
protocol=self._protocol,
host=self.host, # TODO: delete this?
host=self.host,
port=self.port,
timeout=self.login_timeout,
backoff_generator=self._backoff_generator,
Expand Down

0 comments on commit f4827ef

Please sign in to comment.