diff --git a/recipes/distrowatch_weekly.recipe b/recipes/distrowatch_weekly.recipe index de16f73e4f..6920fe9e73 100644 --- a/recipes/distrowatch_weekly.recipe +++ b/recipes/distrowatch_weekly.recipe @@ -7,6 +7,7 @@ __license__ = "GPL v3" from calibre.web.feeds.news import BasicNewsRecipe import datetime + class DistroWatchWeekly(BasicNewsRecipe): title = "DistroWatch Weekly" description = "Weekly news about Linux distributions"