From 6e922830b583156d0c3e8ac438cd98b0289eff77 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 4 Apr 2024 22:14:25 +0530 Subject: [PATCH] pep8 --- recipes/caravan_magazine.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/caravan_magazine.recipe b/recipes/caravan_magazine.recipe index 18baad7b1f..7896deda72 100644 --- a/recipes/caravan_magazine.recipe +++ b/recipes/caravan_magazine.recipe @@ -4,10 +4,10 @@ import json - from calibre.web.feeds.news import BasicNewsRecipe, classes from mechanize import Request + def absurl(x): if x.startswith('//'): x = 'https:' + x