Restore full script. Display still broken. Need a better way to ID chemistry

This commit is contained in:
Matt McWilliams 2024-10-13 08:34:27 -04:00
parent 231a44c44c
commit 340e87dc22
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ print('-------')
with open(SUPPLY, newline='') as csvfile:
reader = csv.reader(csvfile, delimiter=',', quotechar='|')
for row in reader:
print(row)
#print(row)
c=row[0]
if c == 'chemical' :
continue
@ -104,7 +104,7 @@ with open(SUPPLY, newline='') as csvfile:
#problem area
supply_id = sups.identify(chemical_id, url, g, ml, price)
sups.display(supply_id, c)
exit()
#exit()
print('-------')
print('RECIPES')
print('-------')