Only show update finished message if update run
This commit is contained in:
parent
ed4c01ce49
commit
80eb8696ca
|
@ -31,7 +31,7 @@ func RunUpdateCheck(db *sql.DB) {
|
|||
|
||||
err = logic.UpdateCards(db, bulkData)
|
||||
logic.Check(err)
|
||||
}
|
||||
|
||||
fmt.Println("Update finished.")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue