Deleted a misplaced tab
This commit is contained in:
parent
86eacfa9b5
commit
05ef2a0f8c
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ def convert(input, output, res, abitrate, vbitrate, threads, mpopts):
|
|||
subprocess.check_call(ffmenc)
|
||||
except subprocess.CalledProcessError:
|
||||
print("Error: Encoding thread failed!")
|
||||
sys .exit(4)
|
||||
sys.exit(4)
|
||||
|
||||
|
||||
def progpath(program):
|
||||
|
|
Loading…
Reference in a new issue