1
0
mirror of https://github.com/mgerb/top-of-reddit synced 2026-01-11 11:02:51 +00:00

don't exit if can't push to github

This commit is contained in:
2018-12-22 19:12:31 -06:00
parent 9115b3218c
commit 39b0c6597c

View File

@@ -138,8 +138,7 @@ func checkDateChange(db *bolt.DB) {
err = pushToGithub() err = pushToGithub()
if err != nil { if err != nil {
log.Println("Error pushing") log.Println("Error pushing to Github - Continuing")
return err
} }
} }