mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
main.py
This commit is contained in:
10
main.py
10
main.py
@@ -6882,14 +6882,6 @@ class DownloaderApp (QWidget ):
|
|||||||
creator_folder_ignore_words_for_run =None
|
creator_folder_ignore_words_for_run =None
|
||||||
is_full_creator_download =not post_id_from_url
|
is_full_creator_download =not post_id_from_url
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if compress_images and Image is None :
|
if compress_images and Image is None :
|
||||||
QMessageBox .warning (self ,"Missing Dependency","Pillow library (for image compression) not found. Compression will be disabled.")
|
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 )
|
compress_images =False ;self .compress_images_checkbox .setChecked (False )
|
||||||
@@ -8948,4 +8940,4 @@ if __name__ =='__main__':
|
|||||||
print ("--- CRITICAL APPLICATION ERROR ---")
|
print ("--- CRITICAL APPLICATION ERROR ---")
|
||||||
print (f"An unhandled exception occurred: {e }")
|
print (f"An unhandled exception occurred: {e }")
|
||||||
traceback .print_exc ()
|
traceback .print_exc ()
|
||||||
print ("--- END CRITICAL ERROR ---")
|
print ("--- END CRITICAL ERROR ---")
|
||||||
|
|||||||
Reference in New Issue
Block a user