mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 09:06:31 +00:00
fix some cython code
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user