Skip to content

Commit

Permalink
add log for ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed Aug 7, 2024
1 parent 1c121bf commit 42b218e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/html2db.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ var recentHtml2DB = &cli.Command{
fullData = append(fullData, data...)
}

fmt.Println(len(fullData))

for _, p := range fullData {
var exist bool
rows, err := db.TenhouDB.Query("SELECT EXISTS (SELECT 1 FROM tenhou WHERE log_id = ?) as exist", p.LogID)
Expand Down

0 comments on commit 42b218e

Please sign in to comment.