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()))