From d4835aa205204767f76f6c8f8a731ada8ee622e5 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 14 May 2019 20:39:42 -0400 Subject: bin/news: Update process. * bin/news (process): Add html call. --- bin/news | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/news b/bin/news index e0ca882..9d52bd9 100644 --- a/bin/news +++ b/bin/news @@ -108,10 +108,13 @@ def process(f): d = date(c) c = content(c) + h = html(t, d, c) + def run(): for f in files(): process(f) + if __name__ == "__main__": run() -- cgit v1.2.3