diff --git a/newkey b/newkey index d47ad4b..08905e2 100755 Binary files a/newkey and b/newkey differ diff --git a/newkey.go b/newkey.go index 3f7291d..09c5f1f 100644 --- a/newkey.go +++ b/newkey.go @@ -14,7 +14,7 @@ import ( type Response struct { Action string `json:"action"` Completed string `json:"completed"` - NewAPIKey int `json:"newAPIKey"` + NewAPIKey string `json:"newAPIKey"` } func main() {