forgot one client to remove
This commit is contained in:
@@ -198,7 +198,7 @@ def decrypt(data):
|
||||
array_json = base64.b64decode(data)
|
||||
array = json.loads(array_json)
|
||||
if array['version'] == 1:
|
||||
return decrypt_v1(client, array)
|
||||
return decrypt_v1(array)
|
||||
else:
|
||||
logger.error("Unable to detemine encryption version.")
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user