[ForumUtils] Use https

master
Sfan5 2013-07-29 10:40:16 +02:00
parent 851e4e8019
commit 3aa05109a6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def strip_number(nstr):
def forum_search_user(st, ignore_0posts=False, post_filter=-1):
st = st.replace(" ", "%20")
try:
bytes = web.get("http://forum.minetest.net/userlist.php?username=" + st)
bytes = web.get("https://forum.minetest.net/userlist.php?username=" + st)
shim = '<tbody>'
shim2 = '</tbody>'
if shim in bytes and shim2 in bytes: