Skip to content

Commit

Permalink
http 429 the movie db #311
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed Mar 1, 2017
1 parent ef9c8eb commit c9ebfc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/services/streama/TheMovieDbService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class TheMovieDbService {
return genres
}catch (e){
log.warn("could not load genres this time, " + e.message)
return []
}

}
Expand All @@ -66,6 +67,7 @@ class TheMovieDbService {
return genres
}catch (e){
log.warn("could not load genres this time, " + e.message)
return []
}
}

Expand Down

0 comments on commit c9ebfc5

Please sign in to comment.