typo
This commit is contained in:
parent
29560e7aca
commit
0e31ada156
1 changed files with 1 additions and 1 deletions
2
pandora_client/__init__.py
Normal file → Executable file
2
pandora_client/__init__.py
Normal file → Executable file
|
@ -420,7 +420,7 @@ class Client(object):
|
||||||
password = getpass.getpass('Password: ')
|
password = getpass.getpass('Password: ')
|
||||||
if password:
|
if password:
|
||||||
self._config['password'] = password
|
self._config['password'] = password
|
||||||
url = raw_input('Pan.do/ra URL(i.e. https://pandora.local/api/): ')
|
url = raw_input('Pan.do/ra URL (i.e. https://pandora.local/api/): ')
|
||||||
if url:
|
if url:
|
||||||
self._config['url'] = url
|
self._config['url'] = url
|
||||||
self.save_config()
|
self.save_config()
|
||||||
|
|
Loading…
Reference in a new issue