Update app.py
Browse files
app.py
CHANGED
@@ -616,7 +616,7 @@ Example responses:
|
|
616 |
time.sleep(5)
|
617 |
|
618 |
if self.debug:
|
619 |
-
print(f"Decision
|
620 |
|
621 |
return should_search
|
622 |
|
|
|
616 |
time.sleep(5)
|
617 |
|
618 |
if self.debug:
|
619 |
+
print(f"Decision regarding the search: {decision}")
|
620 |
|
621 |
return should_search
|
622 |
|