Update handler.py
fix weird code
This commit is contained in:
@@ -209,7 +209,6 @@ class Handler:
|
|||||||
print("OS CURRENTLY UNSUPPORTED!")
|
print("OS CURRENTLY UNSUPPORTED!")
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
if quality_mode == "default":
|
|
||||||
if self.os_type == "linux":
|
if self.os_type == "linux":
|
||||||
self.command_us = f"wine {fsrpath} -Scale {quality_setting} {self.files_handle} {self.tmppath}"
|
self.command_us = f"wine {fsrpath} -Scale {quality_setting} {self.files_handle} {self.tmppath}"
|
||||||
elif self.os_type == "win32":
|
elif self.os_type == "win32":
|
||||||
|
|||||||
Reference in New Issue
Block a user