Skip to content

Commit

Permalink
is_ssl使用实例的字段
Browse files Browse the repository at this point in the history
  • Loading branch information
feiazifeiazi committed Sep 19, 2024
1 parent 4246c62 commit 913d380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql/engines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def __init__(self, instance: Instance = None):
self.password = instance.password
self.db_name = instance.db_name
self.mode = instance.mode
#self.is_ssl = instance.is_ssl

# 判断如果配置了隧道则连接隧道,只测试了MySQL
if self.instance.tunnel:
Expand Down

0 comments on commit 913d380

Please sign in to comment.