New version

This commit is contained in:
AuroraWright
2024-12-13 18:06:17 +01:00
parent f2c2eb6cfc
commit b39b902902
2 changed files with 2 additions and 2 deletions

View File

@@ -515,7 +515,7 @@ def are_images_identical(img1, img2):
def process_and_write_results(img_or_path, write_to, notifications, last_result, filtering):
if auto_pause_handler and not paused:
if auto_pause_handler:
auto_pause_handler.stop()
engine_instance = engine_instances[engine_index]