We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8260c7d + 4fc6145 commit b0117c2Copy full SHA for b0117c2
kumar_asshole.rb
@@ -8,7 +8,7 @@
8
GMAIL_USERNAME = ENV['GMAIL_USERNAME']
9
GMAIL_PASSWORD = ENV['GMAIL_PASSWORD']
10
11
-gmail = Gmail.connect(username, password)
+gmail = Gmail.connect(GMAIL_USERNAME, GMAIL_PASSWORD)
12
13
KEYWORDS_REGEX = /sorry|help|wrong/i
14
0 commit comments