diff options
Diffstat (limited to 'post.go')
-rw-r--r-- | post.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post.go b/post.go index 103c254..21b3286 100644 --- a/post.go +++ b/post.go @@ -39,7 +39,7 @@ func apiPostUser(w http.ResponseWriter, r *http.Request) { remoteRegistries.List = append(remoteRegistries.List, urls) remoteRegistries.Mu.Unlock() - if err := twtxtCache.ScrapeRemoteRegistry(urls); err != nil { + if err := twtxtCache.CrawlRemoteRegistry(urls); err != nil { log400(w, r, err.Error()) return } |