less verbose

This commit is contained in:
lllyasviel
2023-10-29 22:36:22 -07:00
parent 6364bb37cf
commit ce2c53f121
+1 -1
View File
@@ -45,7 +45,7 @@ def generate_clicked(*args):
# help bad internet connection by skipping duplicated preview # help bad internet connection by skipping duplicated preview
if len(worker.outputs) > 0: # if we have the next item if len(worker.outputs) > 0: # if we have the next item
if worker.outputs[0][0] == 'preview': # if the next item is also a preview if worker.outputs[0][0] == 'preview': # if the next item is also a preview
print('Skipped one preview for better internet connection.') # print('Skipped one preview for better internet connection.')
continue continue
percentage, title, image = product percentage, title, image = product