diff options
author | Joris Guyonvarch | 2015-04-12 22:22:50 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-12 22:22:50 +0200 |
commit | 293fab1df23821b5f131603c4db56ab71681ce59 (patch) | |
tree | df4505f70339d907f497c6f2b7279e01742d8830 /src/Main.hs | |
parent | 73a11fee2cddc9b31b607cf2b3a9313644b91032 (diff) |
The listener will not show results at init step for now, only the new results
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index ad70402..f38646b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -16,6 +16,6 @@ main = do maybeConfig <- C.getConfig case maybeConfig of Just config -> - listenToNewAds config [] + listenToNewAds config Nothing -> T.putStrLn C.configUsage |