summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent/Tracker/RPC/HTTP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs
index c5bf4e31..00fc9331 100644
--- a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs
+++ b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs
@@ -180,7 +180,7 @@ scrape m u q = do
180 180
181-- | More particular version of 'scrape', just for one torrent. 181-- | More particular version of 'scrape', just for one torrent.
182-- 182--
183-- This function can throw RpcException. 183-- This function can throw 'RpcException'.
184-- 184--
185scrapeOne :: Manager -> URI -> InfoHash -> IO ScrapeEntry 185scrapeOne :: Manager -> URI -> InfoHash -> IO ScrapeEntry
186scrapeOne m uri ih = do 186scrapeOne m uri ih = do