fix
This commit is contained in:
parent
b3f5b87b02
commit
d3fac56e9a
@ -1246,7 +1246,7 @@ class BrushFlow(_PluginBase):
|
|||||||
and (torrents_size + torrent.size) > float(self._disksize) * 1024**3:
|
and (torrents_size + torrent.size) > float(self._disksize) * 1024**3:
|
||||||
logger.warn(f"当前做种体积 {StringUtils.str_filesize(torrents_size)} "
|
logger.warn(f"当前做种体积 {StringUtils.str_filesize(torrents_size)} "
|
||||||
f"已超过保种体积 {self._disksize},停止新增任务")
|
f"已超过保种体积 {self._disksize},停止新增任务")
|
||||||
return
|
break
|
||||||
# 促销
|
# 促销
|
||||||
if self._freeleech and torrent.downloadvolumefactor != 0:
|
if self._freeleech and torrent.downloadvolumefactor != 0:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user