mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 17:00:27 +03:00
wiki: fix bug updating Repository Maintenance
site.pages doesn't seem to exist anywhere, site.Pages is used throughout.
This commit is contained in:
parent
22c6acc026
commit
5b92820ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ def update_wiki(apps, sortedids, apks):
|
|||
logging.error("...FAILED to create page '{0}': {1}".format(pagename, e))
|
||||
|
||||
# Purge server cache to ensure counts are up to date
|
||||
site.pages['Repository Maintenance'].purge()
|
||||
site.Pages['Repository Maintenance'].purge()
|
||||
|
||||
|
||||
def delete_disabled_builds(apps, apkcache, repodirs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue