|
|
@ -229,7 +229,7 @@ def create_vendor(cur, row, marketId): |
|
|
|
|
|
|
|
recset = cur.fetchall() |
|
|
|
|
|
|
|
decode_decrypt_image_in_base64(recset[0][5]) |
|
|
|
# decode_decrypt_image_in_base64(recset[0][5]) |
|
|
|
|
|
|
|
if (str(recset[0]['rating_vendor']) != str(row[2] if row[2] != '-1' else None) or # there was a change in the vendor information |
|
|
|
str(recset[0]['successfultransactions_vendor']) != str(row[3] if row[3] != '-1' else None) or |
|
|
|