diff options
author | rtz12 <koenig@fagott.pw> | 2016-11-15 17:29:02 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-11-15 17:29:02 (UTC) |
commit | 0ad174d7329e02b3f644614de0758789bb3677d4 (patch) | |
tree | e49a659c0b89bdec07cde778850b7fe002ac27ea /main.go | |
parent | e02ad854383265db216ed92b10c4f12408999d6a (diff) |
Verrückter Anilist Import
Bestes Feature 2k16.
Hashtag Make Grilist Great Again.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( | |||
8 | "strings" | 8 | "strings" |
9 | 9 | ||
10 | "fagott.pw/charakterin" | 10 | "fagott.pw/charakterin" |
11 | "fagott.pw/grilist/dataimport" | ||
11 | "fagott.pw/grilist/eventlogging" | 12 | "fagott.pw/grilist/eventlogging" |
12 | "fagott.pw/grilist/frontend" | 13 | "fagott.pw/grilist/frontend" |
13 | "fagott.pw/grilist/grilist" | 14 | "fagott.pw/grilist/grilist" |
@@ -63,6 +64,7 @@ func main() { | |||
63 | panic(err) | 64 | panic(err) |
64 | } | 65 | } |
65 | } | 66 | } |
67 | dataimport.Init(db) | ||
66 | 68 | ||
67 | functions := charakterin.GetRendererFunctions() | 69 | functions := charakterin.GetRendererFunctions() |
68 | 70 | ||