From 1d43b0249d31ce53ecc344c1814fef2d30a58270 Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 13 Aug 2026 11:23:38 +0100 Subject: [PATCH] Comment --- src/newswire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newswire.py b/src/newswire.py index f55e8896f..0e23c1585 100644 --- a/src/newswire.py +++ b/src/newswire.py @@ -1819,7 +1819,7 @@ def get_dict_from_newswire(session, base_dir: str, domain: str, system_language: str, debug: bool, preferred_podcast_formats: [], timeout_sec: int) -> {}: - """Gets rss feeds as a dictionary from src.newswire file + """Gets rss feeds as a dictionary from newswire file """ subscriptions_filename = data_dir(base_dir) + '/newswire.txt' if not is_a_file(subscriptions_filename):