From 41007b36132e8594c17f4d11f2d1834340c75456 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 4 Jan 2017 00:24:14 +0100 Subject: Populating model database with normalized (RDBMS-wise) data, with cut-off from config applied --- butler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'butler.py') 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() -- cgit v1.2.3