moves log line to correct position
This commit is contained in:
parent
efebeddbd6
commit
8eb34d25fb
@ -25,6 +25,7 @@ func getListData() []string {
|
||||
listSimple := make(chan []string)
|
||||
listComplex := make(chan []string)
|
||||
|
||||
log.Printf("[INFO] Downloading blocklists\n")
|
||||
// Get Simple Blocklists
|
||||
go func() {
|
||||
data := getData(config.URLBlocklistsSimple)
|
||||
@ -69,7 +70,6 @@ func getListData() []string {
|
||||
}
|
||||
|
||||
func getData(urls []string) []byte {
|
||||
log.Printf("[INFO] Downloading blocklists\n")
|
||||
var listData []byte
|
||||
|
||||
for _, u := range urls {
|
||||
|
Loading…
x
Reference in New Issue
Block a user