Update debug string

This commit is contained in:
Justin Edmund 2023-08-16 02:53:52 -07:00
parent 436468f1e5
commit f50142054c

View file

@ -83,6 +83,8 @@ class GranblueWiki
end.join('&') end.join('&')
destination = "#{base_uri}?#{query_params}" destination = "#{base_uri}?#{query_params}"
ap "--> Fetching #{destination}" if @debug
response = HTTParty.get(destination) response = HTTParty.get(destination)
handle_response(response, page) handle_response(response, page)