fix some cython code

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-29 21:18:18 +03:00
parent ad5530b9ef
commit 6269a7485c
32 changed files with 17108 additions and 2728 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ cdef class AIAvailabilityStatus:
finally:
self._lock.release()
cdef set_status(self, AIAvailabilityEnum status, str error_message=None):
cdef set_status(self, int status, str error_message=None):
log_message = ""
self._lock.acquire()
try: