We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590b403 commit 0f059f4Copy full SHA for 0f059f4
skautis_api_gen.py
@@ -45,9 +45,6 @@ def get_sections():
45
46
ul = soup.find('ul')
47
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
51
sections.append(urljoin(INDEX, li.a['href']) + '?wsdl')
52
return sections
53
0 commit comments