diff --git a/MarketPlaces/DB_Connection/db_connection.py b/MarketPlaces/DB_Connection/db_connection.py index 6fed5a3..5c29e03 100644 --- a/MarketPlaces/DB_Connection/db_connection.py +++ b/MarketPlaces/DB_Connection/db_connection.py @@ -321,7 +321,7 @@ def create_items(cur, row, marketId, vendorId): 'itemId': itemId}) - else: #updating when was the last time the crawler saw tha item + else: #updating when was the last time the crawler saw that item sql = "Update items set lastseen_item = %(lastseen_item)s where item_id = %(itemId)s"