mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Change can't update category name - closes #80
This commit is contained in:
parent
86d41dfe82
commit
8135760554
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def update_wiki(apps, sortedids, apks):
|
|||
if validapks == 0 and not app.Disabled:
|
||||
wikidata += '\n[[Category:Apps with no packages]]\n'
|
||||
if cantupdate and not app.Disabled:
|
||||
wikidata += "\n[[Category:Apps we can't update]]\n"
|
||||
wikidata += "\n[[Category:Apps we cannot update]]\n"
|
||||
if buildfails and not app.Disabled:
|
||||
wikidata += "\n[[Category:Apps with failing builds]]\n"
|
||||
elif not gotcurrentver and not cantupdate and not app.Disabled and app.UpdateCheckMode != "Static":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue