Skip to content

Commit 00ebe6f

Browse files
committed
removing ssl verify
1 parent 743e5d0 commit 00ebe6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/api/routes/threads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def send_callback(callback_url: str, data: dict):
1515
"""Send results to the callback URL (synchronously)."""
1616
try:
1717
session = requests.Session()
18-
session.verify = False
1918
response = session.post(callback_url, json=data)
2019
response.raise_for_status()
2120
return True

0 commit comments

Comments
 (0)