removed debug out
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -166,3 +166,4 @@ $RECYCLE.BIN/
|
|||||||
.server.json
|
.server.json
|
||||||
csgowtfd.db
|
csgowtfd.db
|
||||||
config.yaml
|
config.yaml
|
||||||
|
csgowtfd
|
@@ -161,7 +161,7 @@ func getNextShareCode(lastCode string, apiKey string, authCode string, steamId u
|
|||||||
}
|
}
|
||||||
|
|
||||||
rl.Take()
|
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))
|
r, err := http.Get(fmt.Sprintf(shareCodeURLEntry, apiKey, steamId, authCode, lastCode))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
|
Reference in New Issue
Block a user