mirror of https://git.48k.eu/ogclient
(BUG) Include client parameter in restore command
parent
05b1088827
commit
fdd4ba59c7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue