add set_super_seed after added to qBittorrent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user