From ef4707c28dfd644910e4eba290f26f999dc76d11 Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 19 Aug 2021 18:41:57 +0200 Subject: [PATCH] inglese che palle --- ics2mdwn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ics2mdwn.py b/ics2mdwn.py index eb35d51..6fc2f47 100755 --- a/ics2mdwn.py +++ b/ics2mdwn.py @@ -130,7 +130,7 @@ class HugoConverter(Converter): except Exception as exc: logging.warning("Error parsing categories: %s", str(exc)) if 'base' in frontmatter['tags']: - frontmatter['level'] = 'Principiante' + frontmatter['level'] = 'beginner' with open(str(fpath), "w") as buf: buf.write("---\n") yaml.safe_dump(frontmatter, buf)