fix: change two default values

This commit is contained in:
niubility000 2024-02-27 09:24:37 +08:00 committed by GitHub
parent a376d3f5a0
commit 110cb36214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,7 @@ func python(fn pythonFunc, cfg pythonConfig) cobraFunc {
} else if !exists && !cfg.noDB { } else if !exists && !cfg.noDB {
log.Println(absPath + " does not exist. initialing...") log.Println(absPath + " does not exist. initialing...")
} }
log.Println("Using database: " + absPath) log.Println("Using database: " + absPath)
data.hadDB = exists data.hadDB = exists
db, err := storm.Open(path) db, err := storm.Open(path)