BestBuy-Automated-Checkout
BestBuy-Automated-Checkout copied to clipboard
skunumber declaration non existent
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?
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()