From 22bf22ba0d228f4776f7ca574a7e936ff2305d2f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 8 Dec 2015 10:29:02 +0100 Subject: [PATCH] [mod] I don't need those --- prosopopoee | 2 -- 1 file changed, 2 deletions(-) diff --git a/prosopopoee b/prosopopoee index d3e65b1..24f3ece 100755 --- a/prosopopoee +++ b/prosopopoee @@ -39,8 +39,6 @@ def main(): error(isinstance(settings, dict), "Your settings.yaml should be a dict") error(settings.get("title"), "You should specify a title in your main settings.yaml") - title = settings["title"] - sub_title = settings.get("sub_title", "") front_page_galleries_cover = [] dirs = filter(lambda x: x not in (".", "..") and os.path.isdir(x) and os.path.exists(os.path.join(os.getcwd(), x, "settings.yaml")), os.listdir(os.getcwd()))