X-Git-Url: http://git.veekun.com/zzz-spline-frontpage.git/blobdiff_plain/9ea92c689c57bd114c09147238dd3f478c1b05c6..6d5d8e3f173cfe75a86edc0d663f8f6be3ef4351:/splinext/frontpage/sources.py diff --git a/splinext/frontpage/sources.py b/splinext/frontpage/sources.py index a65e3e8..21c6270 100644 --- a/splinext/frontpage/sources.py +++ b/splinext/frontpage/sources.py @@ -56,7 +56,7 @@ class Source(object): The template will be passed one parameter: the update object, ``update``. """ - def __init__(self, title, icon, link, limit=None, max_age=None): + def __init__(self, config, title, icon, link, limit=None, max_age=None): self.title = title self.icon = icon self.link = link