mirror of https://github.com/CIRCL/lookyloo
fix: Typo
parent
9beb65cdcd
commit
b850edb776
|
@ -380,7 +380,7 @@ class Lookyloo():
|
||||||
lacus_status = self.lacus.get_capture_status(capture_uuid)
|
lacus_status = self.lacus.get_capture_status(capture_uuid)
|
||||||
if lacus_status == CaptureStatusCore.UNKNOWN and self.redis.sismember('to_capture'):
|
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.
|
# 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
|
return lacus_status
|
||||||
|
|
||||||
def try_error_status(self, capture_uuid: str, /) -> Optional[str]:
|
def try_error_status(self, capture_uuid: str, /) -> Optional[str]:
|
||||||
|
|
Loading…
Reference in New Issue