make cli output better

This commit is contained in:
janis
2023-06-09 09:52:43 +02:00
parent 9569e46b75
commit ad64287a8a
3 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ class Scaler:
os.system( self.command )
print( '\n\n==> Photo upscaled' );
return True
def videoScaler ( self, tmppath, threads, scalefactor, sharpening, filetype, mode ):
self.isScaling = True