Update debug string
This commit is contained in:
parent
436468f1e5
commit
f50142054c
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ class GranblueWiki
|
|||
end.join('&')
|
||||
|
||||
destination = "#{base_uri}?#{query_params}"
|
||||
ap "--> Fetching #{destination}" if @debug
|
||||
|
||||
response = HTTParty.get(destination)
|
||||
|
||||
handle_response(response, page)
|
||||
|
|
|
|||
Loading…
Reference in a new issue