aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-06-12 14:58:02 -0700
committerAdam Mathes <adam@trenchant.org>2018-06-12 14:58:02 -0700
commit9e011074bcc80e00e6deb5b914371718e5991ce2 (patch)
treef8e7ef28d53f271354b369a3f5ef0844cd8a7ee6 /main.go
parent968d44abeb1fc378d4ce8e207c9f4983c19eb47a (diff)
downloadneko-9e011074bcc80e00e6deb5b914371718e5991ce2.tar.gz
neko-9e011074bcc80e00e6deb5b914371718e5991ce2.tar.bz2
neko-9e011074bcc80e00e6deb5b914371718e5991ce2.zip
sqlite3 support
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d23c4ec..afa34e7 100644
--- a/main.go
+++ b/main.go
@@ -30,7 +30,7 @@ func main() {
}
config.Read(configFile)
- models.InitDB(config.Config.DBServer)
+ models.InitDB()
vlog.VERBOSE = verbose
if update {