Use new, sid-prefixed section-id

This commit is contained in:
Thor77 2016-11-23 21:06:11 +01:00
parent a96200dafa
commit 2cdcdd1e5b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def test_debug(output):
def test_onlinetime(soup):
# move this into a (parameterized) fixture or function
items = soup.find('ul', id='onlinetime').find_all('li')
items = soup.find('ul', id='1.onlinetime').find_all('li')
nick_data = {}
for item in items:
nick, data = item.find_all('span')