mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] typo
This commit is contained in:
parent
e3171c8178
commit
bc73b0ca27
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Crawler(AbstractModule):
|
||||||
lacus_up = self.is_lacus_up
|
lacus_up = self.is_lacus_up
|
||||||
self.is_lacus_up = crawlers.get_lacus().is_up
|
self.is_lacus_up = crawlers.get_lacus().is_up
|
||||||
# refresh lacus
|
# 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()
|
self.lacus = crawlers.get_lacus()
|
||||||
except:
|
except:
|
||||||
self.is_lacus_up = False
|
self.is_lacus_up = False
|
||||||
|
|
Loading…
Reference in a new issue