Iniciadas clases de capturing_task y scraptargetfield.

This commit is contained in:
pablomartincalvo 2018-09-22 23:56:01 +02:00
parent 80d65b7a7c
commit 7b47b1e766
3 changed files with 165 additions and 57 deletions

View file

@ -43,7 +43,7 @@ class Explorer():
if not self.database_is_up():
alert_master("SQL DOWN", "El explorer informa de que SQL esta caida. Actividad detenida")
self.stop(self)
self.stop()
current_task = ExploringTask(self.compose_listing_url())
current_task.explore()