diff --git a/bin/handler.py b/bin/handler.py index 682ea74..c847e32 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -575,6 +575,7 @@ def sharpeningEngine ( files, fsrpath, number, maxlength, os_type, sharpening ): else: print( 'OS CURRENTLY UNSUPPORTED!' ) return False + print( command_sharpening ) sub2 = subprocess.Popen( command_sharpening, shell=True ); sub2.wait() time.sleep(3)