This commit is contained in:
rolux 2015-05-23 18:37:56 +02:00
parent 29560e7aca
commit 0e31ada156

2
pandora_client/__init__.py Normal file → Executable file
View file

@ -420,7 +420,7 @@ class Client(object):
password = getpass.getpass('Password: ')
if 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:
self._config['url'] = url
self.save_config()