Browse Source

quick fixes

main
westernmeadow 1 year ago
parent
commit
a5c61228b2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      MarketPlaces/DB_Connection/db_connection.py
  2. +1
    -1
      MarketPlaces/Initialization/markets_mining.py

+ 1
- 1
MarketPlaces/DB_Connection/db_connection.py View File

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


+ 1
- 1
MarketPlaces/Initialization/markets_mining.py View File

@ -89,7 +89,7 @@ def opentor():
if __name__ == '__main__':
# opentor()
opentor()
mktsList = getMarkets()


Loading…
Cancel
Save