From 3aa05109a67995e0ab28e0fdfc7eb17628826695 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Mon, 29 Jul 2013 10:40:16 +0200 Subject: [PATCH] [ForumUtils] Use https --- forumutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forumutils.py b/forumutils.py index 28be4ca..9ec5fa4 100755 --- a/forumutils.py +++ b/forumutils.py @@ -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 = '' shim2 = '' if shim in bytes and shim2 in bytes: