this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reword the failure text

Orual a17940a9 c40ade8d

+1 -1
+1 -1
cmd/goat/blob.go
··· 113 113 } 114 114 blobBytes, err := comatproto.SyncGetBlob(ctx, &xrpcc, cidStr, ident.DID.String()) 115 115 if err != nil { 116 - fmt.Printf("%s\tnot found\n", blobPath) 116 + fmt.Printf("%s\tfailed %s\n", blobPath, err) 117 117 continue 118 118 } 119 119 if err := os.WriteFile(blobPath, blobBytes, 0666); err != nil {