mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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
|
|
@ -663,7 +663,7 @@ def main():
|
|||
|
||||
if options.wiki:
|
||||
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)
|
||||
|
||||
# Build applications...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue