From 6342a95f40551ee82cb40eb1023a115231c1418c Mon Sep 17 00:00:00 2001 From: pablomartincalvo Date: Sun, 14 Oct 2018 17:19:48 +0200 Subject: [PATCH] Puesto bien mains en explorer y capturer. --- .idea/workspace.xml | 61 +++++++++++++++++++++++++++----------------- capturer/capturer.py | 3 ++- explorer/explorer.py | 4 +-- 3 files changed, 40 insertions(+), 28 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 26d06d6..f9387ed 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,6 @@ - @@ -438,9 +451,8 @@ - - + @@ -451,7 +463,7 @@ - + @@ -500,7 +512,8 @@ - @@ -655,13 +668,6 @@ - - - - - - - @@ -671,8 +677,15 @@ - - + + + + + + + + + diff --git a/capturer/capturer.py b/capturer/capturer.py index 13a4023..8d83496 100644 --- a/capturer/capturer.py +++ b/capturer/capturer.py @@ -279,6 +279,7 @@ class AdHtmlParser: return data -if __name__ == 'main': + +if __name__ == '__main__': capturer = Capturer() capturer.start() \ No newline at end of file diff --git a/explorer/explorer.py b/explorer/explorer.py index 4484943..adc1533 100644 --- a/explorer/explorer.py +++ b/explorer/explorer.py @@ -279,8 +279,6 @@ class ExploringTask: return None - -if __name__ == 'main': +if __name__ == '__main__': explorer = Explorer() explorer.start() -