fix: Typo

lacus
Raphaël Vinot 2022-09-23 12:56:53 +02:00
parent 9beb65cdcd
commit b850edb776
1 changed files with 1 additions and 1 deletions

View File

@ -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]: