summaryrefslogtreecommitdiff
path: root/butler.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-06 00:30:53 +0100
committeremkael <emkael@tlen.pl>2017-01-06 00:30:53 +0100
commitbdb2ea9e037b0e1e3e92aeb9721571fd38365543 (patch)
tree3ebd755f3909b0bd30eddeb96ab9fceecb1f236a /butler.py
parent187fcccf7d41508d10bde62ce47079b2d3f859a4 (diff)
Aggregating and firing page generation
Diffstat (limited to 'butler.py')
-rw-r--r--butler.py1
1 files changed, 1 insertions, 0 deletions
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()