diff options
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index 434e33a..d3bbef9 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -19,6 +19,7 @@ (local ozchai (require :parser.ozchai)) (local suhexuan (require :parser.suhexuan)) (local tea108 (require :parser.tea108)) +(local yoceramics (require :parser.yoceramics)) (local teaworkshop (require :parser.teaworkshop)) (when _G.unpack @@ -167,9 +168,9 @@ FROM products;" [])) (must (luna.db.commit tx))) - (each [_ parser (pairs [daochai gorkovchay moychay ozchai suhexuan ipuer - artoftea clubcha chaekshop kolokolnikovchai tea108 - teaworkshop])] + (each [_ parser (pairs [yoceramics daochai gorkovchay moychay ozchai suhexuan + ipuer artoftea clubcha chaekshop kolokolnikovchai + tea108 teaworkshop])] (local products (parser.products)) (when (< 0 (# products)) ;; replace with with-tx |
