diff options
| author | unwox <me@unwox.com> | 2025-05-25 22:38:09 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-05-25 22:38:09 +0600 |
| commit | ca04058da0cbc4835e02287b080feb176d5babf1 (patch) | |
| tree | 0719bdfef0b719890c67d12e2287904691f2c3df /bin/fetch.fnl | |
| parent | 3a1b9d39ff109d9b7c92c0283e262e625a00a39a (diff) | |
add chaibez parser
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 |
