From 54afa8d5bad28002196934c269f441a6562cfbce Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 16:46:00 -0500 Subject: [PATCH] Switch to Mulch 2 --- updater/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/sources.py b/updater/sources.py index 24b937b..071df5e 100644 --- a/updater/sources.py +++ b/updater/sources.py @@ -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')) - 10) + marketvercode = str(int(_child_el_content(node, 'marketvercode'))) for p in node.getElementsByTagName('package'): if _child_el_content(p, 'versioncode') == marketvercode: return ApkRelease(