Skip to content

Commit

Permalink
Merge pull request #616 from thsrite/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Sep 18, 2023
2 parents 70f2d72 + ab99bd3 commit 19eca11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins/iyuuautoseed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def init_plugin(self, config: dict = None):
self._cron = config.get("cron")
self._token = config.get("token")
self._downloaders = config.get("downloaders")
self._sites = config.get("sites")
self._sites = config.get("sites") or []
self._notify = config.get("notify")
self._nolabels = config.get("nolabels")
self._nopaths = config.get("nopaths")
Expand Down

0 comments on commit 19eca11

Please sign in to comment.