summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogRest.py')
-rw-r--r--src/ogRest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ogRest.py b/src/ogRest.py
index 14b9d33..3f76053 100644
--- a/src/ogRest.py
+++ b/src/ogRest.py
@@ -79,7 +79,7 @@ class ogThread():
return
try:
- shellout = ogRest.operations.execCMD(request, ogRest)
+ shellout = ogRest.operations.shellrun(request, ogRest)
except ValueError as err:
response = restResponse(ogResponses.INTERNAL_ERR)
client.send(response.get())