summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 00:50:20 -0500
committerJeff Carr <[email protected]>2025-08-22 00:50:20 -0500
commit043386b95b7b6d44c98a47e40520626ce590d852 (patch)
tree2f20be1a6178fcdce08b29eb3ca63206e250436b /main.go
parent279c0d0e6ca94a7a323fd2778bf090d7dff8ceb5 (diff)
GPL
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.go b/main.go
index 49c1dc2..8312610 100644
--- a/main.go
+++ b/main.go
@@ -72,8 +72,9 @@ func main() {
if argv.Playback != nil {
log.Info("do playback here")
- pb := formatRichLog("log/2025-08-20-final.text")
- pb.ConfigSave()
+ doPlayback()
+ // pb := formatRichLog("log/2025-08-20-final.text")
+ // pb.ConfigSave()
okExit("")
}