Skip to content

Commit cf03926

Browse files
author
Nick Groenen
committed
Comment fix
1 parent 85af2a4 commit cf03926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secondlife.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, username, password):
4040
self.password = password
4141
self.br = mechanize.Browser()
4242
self.br.set_handle_robots(False) # Required because SL blocks robots
43-
self._request_page('http://secondlife.com/my/account/') # Ensures we're logged in
43+
self._request_page('http://secondlife.com/my/account/') # Ensure we're logged in
4444

4545
def _request_page(self, url):
4646
"""Requests an account-protected page

0 commit comments

Comments
 (0)