Skip to content

Commit b4cad60

Browse files
author
farfarfun
committed
Bump version to 1.1.60 and add branch param to GithubDrive login
1 parent 5cc0c19 commit b4cad60

2 files changed

Lines changed: 4 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.59"
3+
version = "1.1.60"
44
description = "一个用于管理和处理阅读源(Legado 阅读 APP 的书源和 RSS 源)的 Python 工具库"
55
readme = "README.md"
66
requires-python = ">=3.8"

src/funread/legado/manage/download/generate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ def __init__(
151151
self.source_type = source_type
152152
self.drive = GithubDrive()
153153
self.drive.login(
154-
repo_owner=self.repo_str.split("/")[0], repo_name=self.repo_str.split("/")[1]
154+
repo_owner=self.repo_str.split("/")[0],
155+
repo_name=self.repo_str.split("/")[1],
156+
branch="master",
155157
)
156158

157159
def set_table_head(self) -> None:

0 commit comments

Comments
 (0)