Skip to content

Commit

Permalink
fix(plugin): 下载器报错: #465
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyanling committed Nov 23, 2023
1 parent aa291cf commit 1a54303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/torrentremover.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def init_config(self):
"downloader": downloader_id,
"downloader_name": downloader_name,
"downloader_type": downloader_type,
"onlynastool": task.ONLYNASTOOL,
"onlynastool": task.ONLY_NASTOOL,
"samedata": task.SAMEDATA,
"action": task.ACTION,
"config": json.loads(config) if config else {},
Expand Down

0 comments on commit 1a54303

Please sign in to comment.