fix: removed old API Key leak (this adi key won't work anymore)
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
f8855eb266
commit
555f38f45b
@ -10,8 +10,8 @@ import (
|
||||
func main() {
|
||||
requestContext := model.RequestContext{
|
||||
Host: "https://e621.net",
|
||||
UserAgent: "Go-e621-SDK (selloo)",
|
||||
Username: "selloo",
|
||||
UserAgent: "Go-e621-SDK (@username)",
|
||||
Username: "",
|
||||
APIKey: "",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user