diff options
Diffstat (limited to 'src/ogRest.py')
-rw-r--r-- | src/ogRest.py | 2 |
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: |