Fix broken executor.py

This commit is contained in:
Qubasa
2024-01-03 13:26:25 +01:00
parent 8870351737
commit ae00b3ae65
2 changed files with 1 additions and 3 deletions

View File

@@ -87,7 +87,6 @@ class Application(Gtk.Application):
# when we migrate everything to use the ClanURI class we can use the full url as the ident
self.proc_manager.spawn(
ident=url,
wait_stdin_con=False,
on_except=on_except,
log_path=log_path,
func=vms.run.run_vm,