fix bug in error log

pull/4/head
cblgh 2021-02-03 09:51:09 +01:00
rodzic 28d052f4c3
commit 66f223ed09
1 zmienionych plików z 1 dodań i 1 usunięć

2
cli.go
Wyświetl plik

@ -60,7 +60,7 @@ func main() {
case "crawl":
exists := util.CheckFileExists(config.Crawler.Webring)
if !exists {
fmt.Printf("lieu: webring file %s does not exist\n", config.Data.Source)
fmt.Printf("lieu: webring file %s does not exist\n", config.Data.Webring)
util.Exit()
}
sourceLen := len(util.ReadList(config.Crawler.Webring, "\n"))