self.client_uid accessed without being defined

This commit is contained in:
Sasa Trivic
2024-01-31 16:45:31 +01:00
parent 2c8a25d355
commit 7cc945aded
+1
View File
@@ -136,6 +136,7 @@ class TranscriptionServer:
) )
logging.info(f"Running TensorRT backend.") logging.info(f"Running TensorRT backend.")
except Exception as e: except Exception as e:
self.client_uid = options["uid"]
websocket.send( websocket.send(
json.dumps( json.dumps(
{ {