Skip to content

Commit

Permalink
Merge pull request NARKOZ#10 from vasspilka/master
Browse files Browse the repository at this point in the history
Valid gmail variables
  • Loading branch information
NARKOZ committed Nov 23, 2015
2 parents 8260c7d + 4fc6145 commit b0117c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kumar_asshole.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
GMAIL_USERNAME = ENV['GMAIL_USERNAME']
GMAIL_PASSWORD = ENV['GMAIL_PASSWORD']

gmail = Gmail.connect(username, password)
gmail = Gmail.connect(GMAIL_USERNAME, GMAIL_PASSWORD)

KEYWORDS_REGEX = /sorry|help|wrong/i

Expand Down

0 comments on commit b0117c2

Please sign in to comment.