mirror of https://github.com/CIRCL/lookyloo
fix: Typo
parent
da502ee3d6
commit
ea5debdeaf
|
@ -380,7 +380,7 @@ class Lookyloo():
|
|||
lacus_status = self.lacus.get_capture_status(capture_uuid)
|
||||
if lacus_status == CaptureStatusCore.UNKNOWN and self.redis.sismember('to_capture'):
|
||||
# If we do the query before lacus picks it up, we will tell to the user that the UUID doesn't exists.
|
||||
return CaptureStatusCore.ENQUEUED
|
||||
return CaptureStatusCore.QUEUED
|
||||
return lacus_status
|
||||
|
||||
def try_error_status(self, capture_uuid: str, /) -> Optional[str]:
|
||||
|
|
Loading…
Reference in New Issue