Skip to content

Commit a969bdd

Browse files
committed
Corrected PR #28 - fix for #27
1 parent 83dbaf6 commit a969bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firebird/driver/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5548,6 +5548,7 @@ def connect_server(server: str, *, user: str=None, password: str=None,
55485548
if srv_config is None:
55495549
srv_config = driver_config.server_defaults
55505550
host = server or None
5551+
port = None
55515552
else:
55525553
host = srv_config.host.value
55535554
port = srv_config.port.value

0 commit comments

Comments
 (0)