mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Fix: sidebar z-index
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ func (p *PixivClient) Request(URL string) (*http.Response, error) {
|
||||
}
|
||||
|
||||
if resp.StatusCode != 200 {
|
||||
return resp, errors.New(fmt.Sprintf("Pixiv returned code: %d for request ", resp.StatusCode))
|
||||
return resp, errors.New(fmt.Sprintf("Pixiv returned code: %d for request %s", resp.StatusCode, URL))
|
||||
}
|
||||
|
||||
return resp, nil
|
||||
|
||||
Reference in New Issue
Block a user