Spaces:
Sleeping
Sleeping
minor correction
Browse files
test.py
CHANGED
|
@@ -126,7 +126,7 @@ def handle_text_message(event):
|
|
| 126 |
],
|
| 127 |
)
|
| 128 |
)
|
| 129 |
-
|
| 130 |
except Exception as e:
|
| 131 |
app.logger.error(f"Gemini API error: {e}")
|
| 132 |
with ApiClient(configuration) as api_client:
|
|
|
|
| 126 |
],
|
| 127 |
)
|
| 128 |
)
|
| 129 |
+
|
| 130 |
except Exception as e:
|
| 131 |
app.logger.error(f"Gemini API error: {e}")
|
| 132 |
with ApiClient(configuration) as api_client:
|