aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/context_processors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/context_processors.py b/blog/context_processors.py
index 0279562b..6f958f9c 100644
--- a/blog/context_processors.py
+++ b/blog/context_processors.py
@@ -43,7 +43,7 @@ def check_spam(user_ip, user_agent, comment, author):
# Now we check with Google Generative AI
if gemini_api_key is None:
- return False
+ return True
else:
genai.configure(api_key=gemini_api_key)