Skip to content

Commit

Permalink
I suck.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Mar 6, 2007
1 parent eb50941 commit b2eb3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daap.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def __init__(self):
self.request_id = 0
self._old_itunes = 0

def connect(self, hostname, port = 3689, pasword = None):
def connect(self, hostname, port = 3689, password = None):
if self.socket != None:
raise DAAPError("DAAPClient: already connected.")
self.hostname = hostname
Expand Down

0 comments on commit b2eb3a0

Please sign in to comment.