Update core.go

This commit is contained in:
wibyweb 2023-03-20 02:17:10 -04:00 committed by GitHub
parent 993579fc19
commit e5dd720407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
//check if general search param exists
general := false
if _, ok := m["g"]; ok { //check if &nsfw added to json url
if _, ok := m["g"]; ok {
general = true
}