Skip to content

Commit 8358519

Browse files
committed
bug fixes
1 parent 175fd7c commit 8358519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def launch(self, server_url: str, *args) -> None:
125125
)
126126
self.launcher.launch_app()
127127
self.running = True
128-
self.launcher = None
128+
self.launcher = ApplicationLauncher()
129129
else:
130130
self.status = f"[ERROR] Failed to launch application."
131131
self.notify(

0 commit comments

Comments
 (0)