(BUG) Include client parameter in restore command

more_events
Alvaro Neira Ayuso 2020-01-16 19:43:15 +01:00 committed by Alvaro Neira Ayuso
parent 05b1088827
commit fdd4ba59c7
1 changed files with 1 additions and 1 deletions

View File

@ -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: