diff options
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 36eab3b..c03dc1b 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -459,7 +459,7 @@ class Listener: print("Loading network...") elif i == 1: print("Processing!") - elif self.stopped: + elif interpolator.stopped: print("Stopping...") return gen_time = time.time() |
