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() {
|
func main() {
|
||||||
requestContext := model.RequestContext{
|
requestContext := model.RequestContext{
|
||||||
Host: "https://e621.net",
|
Host: "https://e621.net",
|
||||||
UserAgent: "Go-e621-SDK (selloo)",
|
UserAgent: "Go-e621-SDK (@username)",
|
||||||
Username: "selloo",
|
Username: "",
|
||||||
APIKey: "",
|
APIKey: "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user