the syntax of the screen panel cli was changed

This commit is contained in:
2026-02-09 14:13:31 +01:00
parent 67c8c1e93d
commit ea14faff14

View File

@@ -225,7 +225,7 @@ class MainPanel(wx.Panel):
def on_screenpanel(self, event):
cam = self.camera
cmd = f"screen_panel -persist -cam={cam}"
cmd = f"screen_panel -persist -cam {cam}"
print(cmd)
subprocess.Popen(cmd.split(), start_new_session=True)