fix: [crawler] typo

pull/594/head
Terrtia 2023-04-11 09:44:49 +02:00
parent e3171c8178
commit bc73b0ca27
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Crawler(AbstractModule):
lacus_up = self.is_lacus_up
self.is_lacus_up = crawlers.get_lacus().is_up
# refresh lacus
if not lacus_up and self.is_lacus_up
if not lacus_up and self.is_lacus_up:
self.lacus = crawlers.get_lacus()
except:
self.is_lacus_up = False