浏览代码

Added some stores to map in reconcile script

Daniel Sheffield 2 年之前
父节点
当前提交
4f46f4fa5d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      reconcile.py

+ 3 - 0
reconcile.py

@@ -38,6 +38,9 @@ STORE_CODES = {
     'new world': 'NW',
     'BIN INN': 'BI',
     'NEW SAVE': 'NS',
+    'ORGANIC NATION' : 'ON',
+    'The Warehouse' : 'WH',
+    'Goodearth' : 'CO',
 }
 
 user = os.getenv('USER')