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 6a33e2d commit 14a95c0Copy full SHA for 14a95c0
src/jupyter_pgadmin_proxy/__init__.py
@@ -51,9 +51,9 @@ def run_app():
51
52
icon_path = get_icon_path()
53
try:
54
- executable_name = shutil.which("pgadmin")
+ executable_name = shutil.which("pgAdmin4")
55
except Exception:
56
- executable_name = "pgadmin"
+ executable_name = "pgAdmin4"
57
host = "127.0.0.1"
58
user = get_system_user()
59
logger.debug(f"[{user}] Icon_path: {icon_path}")
0 commit comments