diff --git a/bin/__pycache__/handler.cpython-311.pyc b/bin/__pycache__/handler.cpython-311.pyc index 2de20d8..9eea497 100644 Binary files a/bin/__pycache__/handler.cpython-311.pyc and b/bin/__pycache__/handler.cpython-311.pyc differ diff --git a/bin/handler.py b/bin/handler.py index d1c5392..a05480a 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -214,7 +214,6 @@ class Handler: pass self.base = t * self.fileCount; - print( self.base ); if ( self.os_type == 'win32' ): for j in range( self.fileCount ): os.rename( f'{tmppath}{self.fileList[ self.base + j ] }', f'{tmppath}{ t }\\{self.fileList[ self.base + j ] }' ) @@ -224,8 +223,6 @@ class Handler: self.cmdList.append( ( tmppath, t, quality_setting, model, self.os_type ) ) - print( self.threads * self.fileCount ); - try: os.mkdir( f'{tmppath}{self.threads + 1}' ) except FileExistsError: