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