diff --git a/src/market_mad/remotes/one/monitor b/src/market_mad/remotes/one/monitor index 158eddf366..f05b183a53 100755 --- a/src/market_mad/remotes/one/monitor +++ b/src/market_mad/remotes/one/monitor @@ -34,7 +34,7 @@ class OneMarket def get(path) uri = URI(@url + path) - req = Net::HTTP::Get.new(uri) + req = Net::HTTP::Get.new(uri.request_uri) req['User-Agent'] = @agent