Skip to content

Commit

Permalink
fix player non-write bug; default to main tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanb committed Jun 23, 2023
1 parent 6c03e40 commit 03c5316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions players/players.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ func Write(filepath string, ps []Player) error {
for _, p := range ps {
writer.Write([]string{p.Name, p.Country, p.Team})
}
writer.Flush()
return nil
}
2 changes: 1 addition & 1 deletion tcl/main.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ grid rowconfigure .n.m.players 3 -pad 5

# start.gg tab:

.n select .n.s; # for debug only
#.n select .n.s; # for debug only
ttk::label .n.s.tokenlbl -text "Personal token: "
ttk::entry .n.s.token -show * -textvariable startgg(token)
ttk::label .n.s.tournamentlbl -text "Tournament slug: "
Expand Down

0 comments on commit 03c5316

Please sign in to comment.