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