mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-03-16 01:53:08 +08:00
fixes #63
This commit is contained in:
parent
8b2e17b23a
commit
20f8912da7
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class Config:
|
|||
tags['max_seeding_time'] = None
|
||||
tags['limit_upload_speed'] = None
|
||||
tags['notifiarr'] = None
|
||||
tags['url'] = None
|
||||
if not urls: return tags
|
||||
try:
|
||||
tags['url'] = util.trunc_val(urls[0], '/')
|
||||
|
|
Loading…
Reference in a new issue