summaryrefslogtreecommitdiff
path: root/examples/Client.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Client.hs')
-rw-r--r--examples/Client.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Client.hs b/examples/Client.hs
index 0ed4bb6f..320b4269 100644
--- a/examples/Client.hs
+++ b/examples/Client.hs
@@ -21,6 +21,6 @@ main = do
21 path <- parseArgs 21 path <- parseArgs
22 torrent <- fromFile path 22 torrent <- fromFile path
23 simpleClient $ do 23 simpleClient $ do
24 h <- openTorrent torrent 24 h <- openTorrent "data" torrent
25 start h 25 start h
26 liftIO $ threadDelay 10000000000 26 liftIO $ threadDelay 10000000000