Switch to Mulch 3

This commit is contained in:
matt1432 2023-03-08 16:49:47 -05:00
parent 54afa8d5ba
commit 55a8feda2e

View file

@ -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(