Switch to Mulch 3
This commit is contained in:
parent
54afa8d5ba
commit
55a8feda2e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def fdroid_recommended_release(repo: str, application_id: str):
|
|||
if event == pulldom.START_ELEMENT and node.tagName == 'application':
|
||||
if node.getAttribute('id') == application_id:
|
||||
doc.expandNode(node)
|
||||
marketvercode = str(int(_child_el_content(node, 'marketvercode')))
|
||||
marketvercode = _child_el_content(node, 'marketvercode')
|
||||
for p in node.getElementsByTagName('package'):
|
||||
if _child_el_content(p, 'versioncode') == marketvercode:
|
||||
return ApkRelease(
|
||||
|
|
Loading…
Reference in a new issue