mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 17:44:43 +01:00
Fix #1921460 [Rename class in zackzack recipe](https://bugs.launchpad.net/calibre/+bug/1921460)
This commit is contained in:
parent
070a35906f
commit
39b894f1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class Real_world_economics_review(BasicNewsRecipe):
|
class Zackzack_at_review(BasicNewsRecipe):
|
||||||
title = 'ZackZack.at'
|
title = 'ZackZack.at'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue