diff --git a/src/rss_thread_watch/watcher.clj b/src/rss_thread_watch/watcher.clj index 6b03f27..d4844a5 100644 --- a/src/rss_thread_watch/watcher.clj +++ b/src/rss_thread_watch/watcher.clj @@ -113,5 +113,5 @@ time-to-update? (or (nil? board-atom) (> (System/currentTimeMillis) (+ refresh-rate time-downloaded)))] (if time-to-update? - (update-board-cache! (get-board-url "/mlp/" config) board (get-in config [:boards-enabled board :starting-page])) + (update-board-cache! (get-board-url board config) board (get-in config [:boards-enabled board :starting-page])) @(get @chod-threads-cache board))))