diff --git a/.gitignore b/.gitignore index f7ac2f6..2b29a0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /data_backups +.idea \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dddca3f..26d06d6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,8 @@ - + - - - - - - - - - - file://$PROJECT_DIR$/capturer/capturer.py - 16 - - - - - - - @@ -621,13 +541,6 @@ - - - - - - - @@ -668,8 +581,8 @@ - - + + @@ -720,8 +633,8 @@ - - + + @@ -744,8 +657,8 @@ - - + + @@ -753,10 +666,13 @@ - - - - + + + + + + + diff --git a/explorer/explorer.py b/explorer/explorer.py index a851e3a..03c2854 100644 --- a/explorer/explorer.py +++ b/explorer/explorer.py @@ -10,7 +10,7 @@ from random import randint from core.mysql_wrapper import get_anunciosdb, get_tasksdb from core.scrapping_utils import UrlAttack from core.alerts import alert_master -from mysql.capturing_tasks_interface import capturing_interface +from db_layer.capturing_tasks_interface import capturing_interface class Explorer():