mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-08 12:00:04 +00:00
Fix: Download-page HTML changed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
33734f1b21
commit
003698662f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def latest_version():
|
|||
fd = page.body.find(filter_file)
|
||||
|
||||
version = fd.find('span', 'version').text.strip()
|
||||
checksum = fd.find('p', 'checksum').text.split(' ')[1]
|
||||
checksum = fd.find('pre', 'checksum').text.split(' ')[1]
|
||||
|
||||
return (version, checksum)
|
||||
|
||||
|
|
Loading…
Reference in a new issue