mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +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 = {}
|
||||
|
||||
def execute(self, command):
|
||||
return subprocess.call(command, shell=True)
|
||||
return subprocess.Popen(command, shell=True)
|
||||
|
||||
|
||||
class Plugin(threading.Thread):
|
||||
|
|
Loading…
Reference in a new issue