summaryrefslogtreecommitdiff
path: root/cli/app
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-17 21:22:40 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-17 21:22:40 +0100
commitacec7c9cf6428614ee18f11f011fc6f733f1de10 (patch)
tree7a1336467b0d2a97b596623ec9e0215758eaa00d /cli/app
parentdeea83fb444247cf803fefa92a114b052f92b673 (diff)
or
Diffstat (limited to 'cli/app')
-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()