Skip to content

Commit

Permalink
Demo wiki now uses https (Fixes #104)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 10, 2016
1 parent 6b55029 commit 2b16d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/download-examples-from-wiki.py
Expand Up @@ -6,7 +6,7 @@
except:
import xmlrpc.client as xmlrpclib

destwiki = six.moves.xmlrpc_client.ServerProxy("http://wiki.tiker.net?action=xmlrpc2")
destwiki = six.moves.xmlrpc_client.ServerProxy("https://wiki.tiker.net?action=xmlrpc2")

import os
try:
Expand Down

0 comments on commit 2b16d1c

Please sign in to comment.