Skip to content

Commit

Permalink
🎨 Persist flashcard review log records siyuan-note/siyuan#8833
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jul 26, 2023
1 parent 9d6e0fb commit 33fecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsrs_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (store *FSRSStore) SaveLog(log *Log) (err error) {
}

yyyyMM := time.Now().Format("200601")
p := filepath.Join(saveDir, yyyyMM+".log")
p := filepath.Join(saveDir, yyyyMM+".msgpack")
logs := []*Log{}
var data []byte
if gulu.File.IsExist(p) {
Expand Down

0 comments on commit 33fecb5

Please sign in to comment.