Skip to content

Commit dff847c

Browse files
authored
Update README.md
1 parent 71d9f60 commit dff847c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ htmldata = ac.login('https://gmail.com', 'email', 'password')
2828
try:
2929
if 'Inbox' in htmldata: print 'Login Success.'
3030
else: print 'Login Failed.'
31-
except: print 'Couldn't even connect. :('
31+
except: print 'Couldn\'t even connect. :('
3232

3333
# For logins using HTTP Basic Auth:
3434
try:

0 commit comments

Comments
 (0)