summaryrefslogtreecommitdiff
path: root/butler.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-04 00:24:14 +0100
committeremkael <emkael@tlen.pl>2017-01-04 20:56:19 +0100
commit41007b36132e8594c17f4d11f2d1834340c75456 (patch)
tree2570ab37caefa4860a81a48ecf3e1c954d7d3280 /butler.py
parentd0c93a1c1813213d2f55fa9b4c6798d131d08484 (diff)
Populating model database with normalized (RDBMS-wise) data, with cut-off from config applied
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 0f537a4..ed5cc11 100644
--- a/butler.py
+++ b/butler.py
@@ -2,3 +2,4 @@ from ausbutler.interface import Interface
i = Interface()
i.init_db()
+i.populate_db()