|
@ -321,7 +321,7 @@ def create_items(cur, row, marketId, vendorId): |
|
|
'itemId': itemId}) |
|
|
'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" |
|
|
sql = "Update items set lastseen_item = %(lastseen_item)s where item_id = %(itemId)s" |
|
|
|
|
|
|
|
|