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 da05aab commit b304fbfCopy full SHA for b304fbf
1 file changed
atwiki/core.py
@@ -56,7 +56,7 @@ def get_tags(self):
56
index = 1
57
while True:
58
count = 0
59
- soup = self._request(self._uri.tag('', index))
+ soup = self._request(self._uri.tags('', index))
60
links = soup.find('div', attrs={'class': 'cmd_tag'}).findAll('a', attrs={'class': 'tag'})
61
for link in links:
62
tag_name = link.text
0 commit comments