summaryrefslogtreecommitdiff
path: root/classic.go
diff options
context:
space:
mode:
Diffstat (limited to 'classic.go')
-rw-r--r--classic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/classic.go b/classic.go
index 709271f..cdf8606 100644
--- a/classic.go
+++ b/classic.go
@@ -76,7 +76,7 @@ loop:
wg.Wait()
fmt.Println("Generating sitemap...")
- sitemap, err := toSitemap(seen)
+ sitemap, err := toSitemap(seen, maxDepth, maxURLs)
if err != nil {
log.Fatal(err)
}