summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ogRest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ogRest.py b/src/ogRest.py
index 2bae2ab..c0b886d 100644
--- a/src/ogRest.py
+++ b/src/ogRest.py
@@ -142,7 +142,7 @@ class ogThread():
client.send(restResponse.getResponse(ogResponses.OK, jsonResp))
# Process image restore
- def procirestore(httpparser, ogRest):
+ def procirestore(client, httpparser, ogRest):
try:
ogOperations.procirestore(httpparser, ogRest)
except ValueError as err: