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