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:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user