From bf37ab0fc127a3d29018cab844c7eccc54b7e33e Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 22 Oct 2019 13:38:37 +0200 Subject: [PATCH] use https now to fix broken updating --- xwords4/android/scripts/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/scripts/info.py b/xwords4/android/scripts/info.py index c1ecf78e1..5a26314de 100755 --- a/xwords4/android/scripts/info.py +++ b/xwords4/android/scripts/info.py @@ -72,7 +72,7 @@ k_suffix = '.xwd' k_filebase = "/var/www/html/" k_apkDir = "xw4/android/" k_shelfFile = k_filebase + 'xw4/info_shelf_2' -k_urlbase = "http://eehouse.org" +k_urlbase = "https://eehouse.org" s_shelf = None