Skip to content

Commit

Permalink
Can configure Twitter screen name to follow in the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
senorprogrammer committed Aug 17, 2018
1 parent 2fb8219 commit bfb292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Client struct {
func NewClient(url string) *Client {
client := Client{
apiBase: url,
screenName: "senorprogrammer",
screenName: wtf.Config.UString("wtf.mods.twitter.screenName", "wtfutil"),
count: 5,
}

Expand Down

0 comments on commit bfb292c

Please sign in to comment.