fix: ci style error
This commit is contained in:
parent
654b59b934
commit
f5efc9c915
|
@ -24,8 +24,7 @@ log:info(
|
||||||
-- log:info(inspect { items })
|
-- log:info(inspect { items })
|
||||||
-- end
|
-- end
|
||||||
|
|
||||||
local page = crawler.fetch(
|
local page =
|
||||||
properties.base_url .. "/widgets/awful.widget.button.html"
|
crawler.fetch(properties.base_url .. "/widgets/awful.widget.button.html")
|
||||||
)
|
|
||||||
local items = scraper.get_doc_from_page(page)
|
local items = scraper.get_doc_from_page(page)
|
||||||
log:info(inspect { items })
|
log:info(inspect { items })
|
||||||
|
|
Loading…
Reference in New Issue