mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-17 22:28:27 +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['max_seeding_time'] = None
|
||||||
tags['limit_upload_speed'] = None
|
tags['limit_upload_speed'] = None
|
||||||
tags['notifiarr'] = None
|
tags['notifiarr'] = None
|
||||||
|
tags['url'] = None
|
||||||
if not urls: return tags
|
if not urls: return tags
|
||||||
try:
|
try:
|
||||||
tags['url'] = util.trunc_val(urls[0], '/')
|
tags['url'] = util.trunc_val(urls[0], '/')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue