summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl/crawl.conf')
-rw-r--r--src/crawl/crawl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf
index 46599d6..0a9947c 100644
--- a/src/crawl/crawl.conf
+++ b/src/crawl/crawl.conf
@@ -1,3 +1,5 @@
+local dbg = require( "crawl/debugger" )
+
-- global settings
crawler = {
@@ -96,6 +98,7 @@ function destroy( )
end
function crawl( )
+ --dbg( )
log.notice( "Crawling.." )
local baseUrl = base:parseUrl( "http://www.base.com" )
log.debug( "base URL is: " .. baseUrl:str( ) )