Skip to content

Commit 3fbb1ed

Browse files
sfc-gh-mkellersfc-gh-mhofman
authored andcommitted
Update src/snowflake/connector/connection.py
Co-authored-by: Michał Hofman <[email protected]>
1 parent 3b948b4 commit 3fbb1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ def __open_connection(self):
10771077
self.auth_class = AuthByWebBrowser(
10781078
application=self.application,
10791079
protocol=self._protocol,
1080-
host=self.host, # TODO: delete this?
1080+
host=self.host,
10811081
port=self.port,
10821082
timeout=self.login_timeout,
10831083
backoff_generator=self._backoff_generator,

0 commit comments

Comments
 (0)