Skip to content

Commit

Permalink
Merge branch 'release/48.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 20, 2022
2 parents 6844b1e + d70c8ae commit 41355b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cover:

count:
@find \
./pkg \
./*.go \
./cmd \
-name '*.go' \
Expand Down
1 change: 0 additions & 1 deletion pkg/wrapper/ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ func postSessions(b *OGame, lobby, username, password, otpSecret string) (out *G
}
cookies = append(cookies, cookie)
b.client.Jar.SetCookies(u, cookies)
fmt.Println("bearer", out.Token)
b.bearerToken = out.Token
return out, nil
}
Expand Down

0 comments on commit 41355b8

Please sign in to comment.