Skip to content

Commit

Permalink
fix: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuangcp committed Nov 30, 2023
1 parent 06bf9ec commit 2dbd50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolbox/keylogger/app/web/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func SyncAllDetails() {
// 当天数据不全,不转移
if today == k {
logger.Info("ignore today", k)
continue
}
if strings.HasSuffix(k, "detail") {
logger.Info("Sync: ", k)
Expand Down

0 comments on commit 2dbd50b

Please sign in to comment.