From 1201fcf7bc25578975997a0dccec1a1da5e07e36 Mon Sep 17 00:00:00 2001 From: 51616 Date: Thu, 4 Sep 2025 13:54:49 +0000 Subject: [PATCH] watcher save state --- watcher.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/watcher.py b/watcher.py index 74e3504..719709a 100644 --- a/watcher.py +++ b/watcher.py @@ -115,5 +115,4 @@ if __name__ == "__main__": print("=" * 80) clear_gpu() watcher.update(file) - - watcher.save_state() + watcher.save_state()