Merge pull request #995 from honue/main

This commit is contained in:
jxxghp 2023-10-28 12:41:50 +08:00 committed by GitHub
commit d038bf31d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,7 +430,7 @@ class DoubanRank(_PluginBase):
"onlyonce": self._onlyonce, "onlyonce": self._onlyonce,
"vote": self._vote, "vote": self._vote,
"ranks": self._ranks, "ranks": self._ranks,
"rss_addrs": self._rss_addrs, "rss_addrs": '\n'.join(map(str, self._rss_addrs)),
"clear": self._clear "clear": self._clear
}) })