mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-10 05:46:35 +08:00
Ensure share limits are updated when reached
This commit is contained in:
parent
937fc8bed8
commit
47308469ed
1 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ class ShareLimits:
|
|||
or check_limit_upload_speed
|
||||
or share_limits_not_yet_tagged
|
||||
or check_multiple_share_limits_tag
|
||||
or tor_reached_seed_limit
|
||||
) and hash_not_prev_checked:
|
||||
if (
|
||||
(
|
||||
|
|
@ -326,6 +327,7 @@ class ShareLimits:
|
|||
)
|
||||
or share_limits_not_yet_tagged
|
||||
or check_multiple_share_limits_tag
|
||||
or tor_reached_seed_limit
|
||||
):
|
||||
logger.print_line(logger.insert_space(f"Torrent Name: {t_name}", 3), self.config.loglevel)
|
||||
logger.print_line(logger.insert_space(f"Tracker: {tracker['url']}", 8), self.config.loglevel)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue