mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 00:40:29 +03:00
Fix wiki formatting when we have the current version
This commit is contained in:
parent
77e5359706
commit
813823b6a9
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ def update_wiki(apps, apks, verbose=False):
|
|||
wikidata += "We currently have no versions of this app available."
|
||||
elif not gotcurrentver:
|
||||
wikidata += "We don't have the current version of this app."
|
||||
else:
|
||||
wikidata += "We have the current version of this app."
|
||||
wikidata += " (Check mode: " + app['Update Check Mode'] + ")\n\n"
|
||||
if len(app['Current Version']) > 0:
|
||||
wikidata += "The current (recommended) version is " + app['Current Version']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue