diff options
Diffstat (limited to 'gui/query_methods.py')
-rw-r--r-- | gui/query_methods.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/query_methods.py b/gui/query_methods.py index 733c3a07..08a81b64 100644 --- a/gui/query_methods.py +++ b/gui/query_methods.py @@ -47,7 +47,6 @@ def query_you(question: str) -> str: try: result = you.Completion.create( prompt = question) - return result.text except Exception as e: |