bug fix
This commit is contained in:
parent
710bb05c71
commit
deb1460964
|
|
@ -52,7 +52,7 @@ func siteAccess(uri *string) error {
|
|||
})
|
||||
if title != "" {
|
||||
id := uint32(crc32.ChecksumIEEE([]byte(*uri)))
|
||||
r := strings.Split(requestUri, ".")
|
||||
r := strings.Split(*uri, ".")
|
||||
go indexAdd(&id, &r[0], &title, &description)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue