diff --git a/main.py b/main.py index 83d9fa2..3396a1f 100644 --- a/main.py +++ b/main.py @@ -6882,14 +6882,6 @@ class DownloaderApp (QWidget ): creator_folder_ignore_words_for_run =None is_full_creator_download =not post_id_from_url - - - - - - - - if compress_images and Image is None : QMessageBox .warning (self ,"Missing Dependency","Pillow library (for image compression) not found. Compression will be disabled.") compress_images =False ;self .compress_images_checkbox .setChecked (False ) @@ -8948,4 +8940,4 @@ if __name__ =='__main__': print ("--- CRITICAL APPLICATION ERROR ---") print (f"An unhandled exception occurred: {e }") traceback .print_exc () - print ("--- END CRITICAL ERROR ---") \ No newline at end of file + print ("--- END CRITICAL ERROR ---")