summaryrefslogtreecommitdiff
path: root/cli/app/search/live.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/search/live.py')
-rw-r--r--cli/app/search/live.py2
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()