diff options
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index 794d147..dd7c6c4 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -10,6 +10,7 @@ (local artoftea (require :parser.artoftea)) (local batatcha (require :parser.batatcha)) +(local chaibez (require :parser.chaibez)) (local chaekshop (require :parser.chaekshop)) (local clubcha (require :parser.clubcha)) (local daochai (require :parser.daochai)) @@ -196,7 +197,7 @@ (each [_ parser (pairs [batatcha yoceramics daochai gorkovchay ozchai suhexuan ipuer artoftea clubcha chaekshop kolokolnikovchai - tea108 teaworkshop moychay])] + tea108 teaworkshop chaibez moychay])] (local products (parser.products)) (when (< 0 (# products)) ;; replace with with-tx |
