diff options
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index c51d0f9..3dcaded 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -7,6 +7,7 @@ (local ipuer (require :parser.ipuer)) (local artoftea (require :parser.artoftea)) (local clubcha (require :parser.clubcha)) +(local chaekshop (require :parser.chaekshop)) (local db (luna.db.open "file:var/db.sqlite?_journal=WAL&_sync=NORMAL")) (luna.db.exec db " @@ -72,6 +73,7 @@ FROM products;" []) (luna.db.commit tx)) +(store-products (chaekshop.products)) (store-products (clubcha.products)) (store-products (artoftea.products)) (store-products (ipuer.products)) |
