diff --git a/src/rss_thread_watch/core.clj b/src/rss_thread_watch/core.clj index 79ff61a..c84131e 100644 --- a/src/rss_thread_watch/core.clj +++ b/src/rss_thread_watch/core.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as published by @@ -75,7 +75,10 @@ "Entry point, starts webserver" [& args] ;; Todo: Think of a way to start repeated download for every catalog efficiently - (let [config (get-some-config args)] + (let [config (get-some-config args) + expanded-config + + ] (println args) (System/exit 0) (set-interval (fn [] diff --git a/src/rss_thread_watch/feed_generator.clj b/src/rss_thread_watch/feed_generator.clj index c5c4c63..83b7438 100644 --- a/src/rss_thread_watch/feed_generator.clj +++ b/src/rss_thread_watch/feed_generator.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as published by diff --git a/src/rss_thread_watch/utils.clj b/src/rss_thread_watch/utils.clj index 0781220..782ae5c 100644 --- a/src/rss_thread_watch/utils.clj +++ b/src/rss_thread_watch/utils.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as published by diff --git a/src/rss_thread_watch/watcher.clj b/src/rss_thread_watch/watcher.clj index eaf2df8..5eba442 100644 --- a/src/rss_thread_watch/watcher.clj +++ b/src/rss_thread_watch/watcher.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as published by diff --git a/test/rss_thread_watch/utils_test.clj b/test/rss_thread_watch/utils_test.clj index ccc31ad..92525c3 100644 --- a/test/rss_thread_watch/utils_test.clj +++ b/test/rss_thread_watch/utils_test.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as published by