aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-24 12:38:29 -0800
committerFChannel <=>2021-01-24 12:38:29 -0800
commitb62c79a0cff349ce475d67ed23bdd5d2e0470f76 (patch)
treeceb25d7c44c0ea048e164f034cb2bbad6ffbdbbb /main.go
parente3aac28acc5e776107c94c01a88bbd577380d6c5 (diff)
local actibity check
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 874dc4d..7887138 100644
--- a/main.go
+++ b/main.go
@@ -1586,7 +1586,7 @@ func GetCollectionFromID(id string) Collection {
resp, err := http.DefaultClient.Do(req)
if err != nil {
- fmt.Println("could not get collection from " + id)
+ CheckError(err, "could not get collection from " + id)
return nColl
}