Skip to content

Commit 0f059f4

Browse files
committed
remove workaround for removed Task service
1 parent 590b403 commit 0f059f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

skautis_api_gen.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ def get_sections():
4545

4646
ul = soup.find('ul')
4747
for li in ul.find_all('li', recursive=False):
48-
# Task service was removed - filter it out until the dead link is removed as well.
49-
if 'Task.asmx' in li.a['href']:
50-
continue
5148
sections.append(urljoin(INDEX, li.a['href']) + '?wsdl')
5249
return sections
5350

0 commit comments

Comments
 (0)