modify spreadsheetupdater.py mTLS certificates

This commit is contained in:
GotthardG
2026-03-25 14:28:16 +01:00
parent 12b749c4e6
commit 0de5cbfc01
+1 -1
View File
@@ -2,7 +2,6 @@ import os
import json
import websocket
import time
import ssl
from aareDB.models import PuckWithTellPosition
from aare.common.models import SampleShortInfoList, SampleShortInfo, DewarAddress
from config import BeamlineConfig
@@ -137,6 +136,7 @@ def main():
"""
while True:
try:
import ssl
# Initialize with the modern client protocol
context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)