mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 17:20:29 +03:00
Replace deprecated mwclient method
It's functionally the same, just a different name.
This commit is contained in:
parent
ea3f9df473
commit
31e8605864
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ def update_wiki(apps, sortedids, apks):
|
|||
for page in catpages:
|
||||
existingpages.append(page.name)
|
||||
if page.name in genp:
|
||||
pagetxt = page.edit()
|
||||
pagetxt = page.text()
|
||||
if pagetxt != genp[page.name]:
|
||||
logging.debug("Updating modified page " + page.name)
|
||||
page.save(genp[page.name], summary='Auto-updated')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue