diff --git a/MarketPlaces/DB_Connection/db_connection.py b/MarketPlaces/DB_Connection/db_connection.py index 03de3d2..8769869 100644 --- a/MarketPlaces/DB_Connection/db_connection.py +++ b/MarketPlaces/DB_Connection/db_connection.py @@ -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 diff --git a/MarketPlaces/Initialization/markets_mining.py b/MarketPlaces/Initialization/markets_mining.py index 21888fc..5ec07b6 100644 --- a/MarketPlaces/Initialization/markets_mining.py +++ b/MarketPlaces/Initialization/markets_mining.py @@ -89,7 +89,7 @@ def opentor(): if __name__ == '__main__': - # opentor() + opentor() mktsList = getMarkets()