diff --git a/.gitignore b/.gitignore index 3028a8b..c8cbce2 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,4 @@ $RECYCLE.BIN/ .server.json csgowtfd.db config.yaml +csgowtfd \ No newline at end of file diff --git a/utils/utils.go b/utils/utils.go index 9809e33..95ab80c 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -161,7 +161,7 @@ func getNextShareCode(lastCode string, apiKey string, authCode string, steamId u } rl.Take() - log.Debugf("[SC] STEAMPI with %s", fmt.Sprintf(shareCodeURLEntry, apiKey, steamId, authCode, lastCode)) + log.Debugf("[SC] STEAMPI with %s", fmt.Sprintf(shareCodeURLEntry, "REDACTED", steamId, "REDACTED", lastCode)) r, err := http.Get(fmt.Sprintf(shareCodeURLEntry, apiKey, steamId, authCode, lastCode)) if err != nil { return "", err