Restore full script. Display still broken. Need a better way to ID chemistry
This commit is contained in:
parent
231a44c44c
commit
340e87dc22
|
@ -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('-------')
|
||||
|
|
Loading…
Reference in New Issue