mirror of
https://github.com/FAUSheppy/simple-webhook-handler
synced 2025-12-07 04:31:35 +01:00
replace run with Popen
This commit is contained in:
@@ -52,8 +52,7 @@ def rootPage():
|
||||
|
||||
def executeScript(scriptName):
|
||||
path = os.path.expanduser(scriptName)
|
||||
proc = subprocess.run(path)
|
||||
proc.check_returncode()
|
||||
subprocess.Popen(path)
|
||||
|
||||
def readExecutionConfig(configFile):
|
||||
global config
|
||||
|
||||
Reference in New Issue
Block a user