mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Merge branch 'mwclient-dep' into 'master'
Replace deprecated mwclient method See merge request fdroid/fdroidserver!489
This commit is contained in:
commit
94a094323e
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