Skip to content

Commit

Permalink
Merge branch 'stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Jul 27, 2022
2 parents 80c1f3a + d64d7e3 commit f779efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jet_bridge_base/jet_bridge_base/db.py
Expand Up @@ -131,7 +131,8 @@ def get_connection_tunnel(conf):
ssh_address_or_host=(conf.get('ssh_host'), int(conf.get('ssh_port'))),
ssh_username=conf.get('ssh_user'),
ssh_pkey=private_key,
remote_bind_address=(conf.get('host'), int(conf.get('port')))
remote_bind_address=(conf.get('host'), int(conf.get('port'))),
logger=logger
)
server.start()

Expand Down

0 comments on commit f779efc

Please sign in to comment.