get updating posts working

This commit is contained in:
Travis Shears 2025-10-05 14:22:11 +02:00
parent 972707e5fd
commit 6b8ba76018
6 changed files with 148 additions and 53 deletions

View file

@ -118,7 +118,7 @@ func (m model) View() string {
return s
}
var enableLogs bool = false
var enableLogs bool = true
func Run() {
if enableLogs {