u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 22:47:24 +0200
1 files changed,
1 insertions(+),
2 deletions(-)
jump to
M
masto.go
→
masto.go
@@ -7,7 +7,6 @@ "log"
"net/http" "time" - "github.com/sassoftware/relic/lib/dlog" "humungus.tedunangst.com/r/webs/junk" "humungus.tedunangst.com/r/webs/login" )@@ -120,7 +119,7 @@ elog.Printf("oauth: invalid client: %s\n", clientID)
rw.WriteHeader(http.StatusBadRequest) return } - dlog.Printf("%#v", app) + log.Printf("%#v", app) if app.Scopes != gotScopes { elog.Printf("oauth: bad scopes: got %s; want %s", gotScopes, app.Scopes)