fix: [crawler] typo

This commit is contained in:
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

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