enqueue backups

This commit is contained in:
bel
2020-03-16 05:57:57 +00:00
parent 72aa88b93a
commit d23eab2733
8 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ func main() {
panic(err)
}
//go EnqueueBackups()
go EnqueueBackups()
go func() {
log.Printf("Serving on %q", config.Port)