From f5bc49160f340e34891db1bfc7440b6f32cb8aba Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Thu, 12 Dec 2019 12:50:16 +0100 Subject: [PATCH] Lose 50 minutes of my life (and fix the TGI tut) --- PFERD/tgi_jimbo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PFERD/tgi_jimbo.py b/PFERD/tgi_jimbo.py index 54d7342..0626bf6 100644 --- a/PFERD/tgi_jimbo.py +++ b/PFERD/tgi_jimbo.py @@ -17,7 +17,7 @@ pretty = PrettyLogger(logger) class TGI_Tut: - CRAWL_URL = "https://tgitut.jimdo.com" + CRAWL_URL = "https://tgitut.jimdofree.com/" def __init__(self, base_path, year="winter2019"): self.base_path = base_path