From bdb2ea9e037b0e1e3e92aeb9721571fd38365543 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 Jan 2017 00:30:53 +0100 Subject: Aggregating and firing page generation --- butler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'butler.py') diff --git a/butler.py b/butler.py index b73674c..7c03ada 100644 --- a/butler.py +++ b/butler.py @@ -4,3 +4,4 @@ from ausbutler.interface import Interface i = Interface(load_config('butler')) i.calculate_all() +i.generate_all() -- cgit v1.2.3