mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Use https for wiki updates
This commit is contained in:
parent
69619a5acf
commit
b9fa583c99
3 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@ def update_wiki(apps, apks, verbose=False):
|
|||
print "Updating wiki"
|
||||
wikicat = 'Apps'
|
||||
import mwclient
|
||||
site = mwclient.Site(wiki_server, path=wiki_path)
|
||||
site = mwclient.Site((wiki_protocol, wiki_server), path=wiki_path)
|
||||
site.login(wiki_user, wiki_password)
|
||||
generated_pages = {}
|
||||
for app in apps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue