Fixed some bugs and added the color_code field to the named tuple

This commit is contained in:
Marijn Deé 2018-11-20 16:33:52 +01:00
parent 2497325d60
commit 481ca8cd2f
2 changed files with 15 additions and 6 deletions

View file

@ -23,6 +23,7 @@ LocalMaterial = namedtuple('LocalMaterial', [
'brand',
'material',
'color_name',
'color_code',
'description',
'adhesion_info',
'approximate_diameter',