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() -