Skip to content

Commit

Permalink
chore: update logic when error
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Aug 19, 2024
1 parent 63468a6 commit bcdf78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/frigate/frigate.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func ErrorSend(TextError string, bot *tgbotapi.BotAPI, EventID string) {
if err != nil {
log.Error.Println(err.Error())
}
log.Error.Fatalln(TextError)
log.Error.Println(TextError)
}

func SaveThumbnail(EventID string, Thumbnail string, bot *tgbotapi.BotAPI) string {
Expand Down

0 comments on commit bcdf78b

Please sign in to comment.