mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 20:09:58 +00:00
Update decensor.py
This commit is contained in:
parent
cdb6e7fe39
commit
e6f347407e
@ -93,7 +93,8 @@ class Decensor:
|
|||||||
print("--------------------------------------------------------------------------")
|
print("--------------------------------------------------------------------------")
|
||||||
print("Iregular file deteced : "+str(color_file_path))
|
print("Iregular file deteced : "+str(color_file_path))
|
||||||
print("--------------------------------------------------------------------------")
|
print("--------------------------------------------------------------------------")
|
||||||
file.error_messages(self.files_removed)
|
if(self.files_removed is not None):
|
||||||
|
file.error_messages(None, self.files_removed)
|
||||||
input("\nPress anything to end...")
|
input("\nPress anything to end...")
|
||||||
|
|
||||||
#decensors one image at a time
|
#decensors one image at a time
|
||||||
|
Loading…
Reference in New Issue
Block a user