From 560eefdfd72a4ea61b33bf352df348cfa1527c50 Mon Sep 17 00:00:00 2001 From: Evan New-Schmidt Date: Mon, 12 Nov 2018 02:24:44 -0500 Subject: [PATCH] Downgrade to http The SSL certificate doesn't seem to be configured correctly. --- focstest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focstest.py b/focstest.py index f465fff..3e7329e 100755 --- a/focstest.py +++ b/focstest.py @@ -18,7 +18,7 @@ # default url matching -BASE_URL = "https://rpucella.net/courses/focs-fa18/homeworks/" +BASE_URL = "http://rpucella.net/courses/focs-fa18/homeworks/" OCAML_FILE_PATTERN = "homework(\d{1,2}).ml" HTML_FILE_TEMPLATE = "h{}.html"