summaryrefslogtreecommitdiff
path: root/bin/fetch.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fetch.fnl')
-rw-r--r--bin/fetch.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl
index 26566f7..213475e 100644
--- a/bin/fetch.fnl
+++ b/bin/fetch.fnl
@@ -9,6 +9,7 @@
(local gorkovchay (require :parser.gorkovchay))
(local moychay (require :parser.moychay))
(local ozchai (require :parser.ozchai))
+(local suhexuan (require :parser.suhexuan))
(local ipuer (require :parser.ipuer))
(local artoftea (require :parser.artoftea))
(local clubcha (require :parser.clubcha))
@@ -163,8 +164,7 @@
;; replace with with-tx
(local tx (must (luna.db.begin db)))
(must (luna.db.exec-tx tx "DELETE FROM product_tags;" []))
-(each [_ parser (pairs [ozchai clubcha ipuer artoftea chaekshop moychay
- gorkovchay])]
+(each [_ parser (pairs [suhexuan])]
(store-products tx (parser.products)))
(cache.clear-tx tx "page:")
(populate-search-table tx)