We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b051b27 commit e05ec5bCopy full SHA for e05ec5b
pori_python/graphkb/util.py
@@ -98,7 +98,7 @@ def cache_key(request_body) -> str:
98
class GraphKBConnection:
99
def __init__(
100
self,
101
- url: str = os.environ.get("GRAPHKB_URL"),
+ url: str = os.environ.get("GRAPHKB_URL", ""),
102
username: str = "",
103
password: str = "",
104
use_global_cache: bool = True,
0 commit comments