Skip to content

Commit

Permalink
Add API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Byrne committed Sep 3, 2018
1 parent 43510be commit 475e84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omdb/client.go
Expand Up @@ -7,7 +7,7 @@ import (
"net/url"
)

var APIKey = "b309ecf7"
var APIKey = "cf9ee131"
var Host = "www.omdbapi.com"

type Movie struct {
Expand Down

0 comments on commit 475e84d

Please sign in to comment.