main
bashrc 2026-08-13 11:23:38 +01:00
parent b019814164
commit 1d43b0249d
1 changed files with 1 additions and 1 deletions

View File

@ -1819,7 +1819,7 @@ def get_dict_from_newswire(session, base_dir: str, domain: str,
system_language: str, debug: bool, system_language: str, debug: bool,
preferred_podcast_formats: [], preferred_podcast_formats: [],
timeout_sec: int) -> {}: 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' subscriptions_filename = data_dir(base_dir) + '/newswire.txt'
if not is_a_file(subscriptions_filename): if not is_a_file(subscriptions_filename):