From 040037ac70bdd4f9d48aa5386d0e613bba46aa50 Mon Sep 17 00:00:00 2001 From: "yakumo.izuru" Date: Sat, 28 Oct 2023 17:15:58 +0000 Subject: [PATCH] Hey chen, want to try this cat tail stick? I plucked them off my previous cat shikigami. chen: meoowww! [in pain] Signed-off-by: Izuru Yakumo git-svn-id: file:///srv/svn/repo/chen/trunk@26 32723744-9b23-0b4a-b1da-9b2e968f9461 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 49312bc..3b0f2f8 100644 --- a/main.py +++ b/main.py @@ -35,11 +35,11 @@ block_list = ( ) req_list = ( "http://", - "https://" + "https://", ) html_files = ( "text/html", - "application/xhtml+xml" + "application/xhtml+xml", ) class Lifo(list):