mirror of https://github.com/CIRCL/AIL-framework
fix: [crawler] typo
parent
e3171c8178
commit
bc73b0ca27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue