Skip to content

Commit b127136

Browse files
author
farfarfun
committed
Bump funread to 1.1.78, increase stale_seconds to 86400 in source_download.py
1 parent 188ff39 commit b127136

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "funread"
3-
version = "1.1.77"
3+
version = "1.1.78"
44
description = "一个用于管理和处理阅读源(Legado 阅读 APP 的书源和 RSS 源)的 Python 工具库"
55
readme = "README.md"
66
requires-python = ">=3.8"

src/funread/legado/manage/source_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def iter_source_list_data(
145145
source_type: Optional[str] = None,
146146
min_source_count: Optional[int] = None,
147147
max_source_count: Optional[int] = None,
148-
stale_seconds: int = 3600,
148+
stale_seconds: int = 86400,
149149
limit: Optional[int] = None,
150150
timeout: int = 30,
151151
database_url: Optional[str] = None,

0 commit comments

Comments
 (0)