Skip to content

Commit 6bb7235

Browse files
authored
Update web-crawler-multithreaded.py
1 parent e407c83 commit 6bb7235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/web-crawler-multithreaded.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Solution(object):
2424
def __init__(self):
2525
self.__cv = threading.Condition()
2626
self.__q = Queue.Queue()
27-
self.__working_count = 0
2827

2928
def crawl(self, startUrl, htmlParser):
3029
"""

0 commit comments

Comments
 (0)