add set_super_seed after added to qBittorrent

This commit is contained in:
2026-03-30 23:02:57 +07:00
parent b9bef86ea2
commit 4578ea3474
2 changed files with 31 additions and 20 deletions

View File

@@ -182,8 +182,8 @@ class ScreenShot:
f"scale={self.WIDTH}:{self.HEIGHT}",
output_file, "-y"
]
result = subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
self.console.debug("result : ",result)
result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL)
# self.console.debug("result : ",result.stdout)
# print(" ".join(cmd))
# print(result)
# Draw timestamp with Pillow