From b12759ce1e47e2c9bb302f47f587ba4d9a127552 Mon Sep 17 00:00:00 2001 From: Lu Zhou Date: Fri, 10 May 2024 15:12:52 -0700 Subject: [PATCH] GML-1660 use the gerVer() to get dbversion --- pyTigerGraph/pyTigerGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyTigerGraph/pyTigerGraph.py b/pyTigerGraph/pyTigerGraph.py index e39cb036..5c2e909b 100644 --- a/pyTigerGraph/pyTigerGraph.py +++ b/pyTigerGraph/pyTigerGraph.py @@ -31,7 +31,7 @@ def __init__(self, host: str = "http://127.0.0.1", graphname: str = "MyGraph", tgCloud: bool = False, restppPort: Union[int, str] = "9000", gsPort: Union[int, str] = "14240", gsqlVersion: str = "", version: str = "", apiToken: str = "", useCert: bool = None, certPath: str = None, debug: bool = None, - sslPort: Union[int, str] = "443", gcp: bool = False, jwtToken: str = "", dbVersion: str = ""): + sslPort: Union[int, str] = "443", gcp: bool = False, jwtToken: str = ""): super().__init__(host, graphname, gsqlSecret, username, password, tgCloud, restppPort, gsPort, gsqlVersion, version, apiToken, useCert, certPath, debug, sslPort, gcp, jwtToken)