mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-25 13:32:22 +03:00
minor bug fixes
This commit is contained in:
parent
85395033d4
commit
f80d785301
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Context(object):
|
||||||
self.data = {}
|
self.data = {}
|
||||||
|
|
||||||
def execute(self, command):
|
def execute(self, command):
|
||||||
return subprocess.call(command, shell=True)
|
return subprocess.Popen(command, shell=True)
|
||||||
|
|
||||||
|
|
||||||
class Plugin(threading.Thread):
|
class Plugin(threading.Thread):
|
||||||
|
|
Loading…
Reference in a new issue