Skip to content

Commit 8730ad0

Browse files
committed
init executable
1 parent 0990a4e commit 8730ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jupyter_glances_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_app():
6767
logger.debug(f"[{user}] Launch Command: {executable_name}")
6868
return {
6969
"command": [
70-
"glances",
70+
executable_name,
7171
"--webserver",
7272
f"--bind={host}",
7373
"--port={port}",

0 commit comments

Comments
 (0)