fix: ci style error

This commit is contained in:
Aire-One 2022-08-12 19:15:17 +02:00
parent 654b59b934
commit f5efc9c915
1 changed files with 2 additions and 3 deletions

View File

@ -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 })