Removed unused variable

This commit is contained in:
jeffser 2024-10-08 19:01:07 -06:00
parent 15e4bbb62f
commit b44d457bc5

View File

@ -19,11 +19,6 @@ class terminal(Vte.Terminal):
self.set_pty(pty)
env = {
'TERM': "xterm-256color",
'SUDO_ASKPASS': "sh -c 'pkexec echo'"
}
pty.spawn_async(
GLib.get_current_dir(),
script,