BestBuy-Automated-Checkout icon indicating copy to clipboard operation
BestBuy-Automated-Checkout copied to clipboard

skunumber declaration non existent

Open t3pfaffe opened this issue 4 years ago • 1 comments

BestBuybot.py, line-108:

def getinput():
	sku_num=skunumber.get()
	print(sku_num)
	return sku_num

Nowhere in this file or version of this repository is a variable 'skunumber' declared. I presume this is a holdover from a previous version or something you were experimenting with for a future push?

In the meantime, is it safe to just set this to a string of the skunumber?

t3pfaffe avatar Nov 26 '20 02:11 t3pfaffe

I actually have no idea where that function came from but it is not needed to run the program as I wrote it, you should be able to comment that out and change the sku number in bot.searchtag()

Konyanj0278 avatar Nov 26 '20 03:11 Konyanj0278