dont mention pad.ma api url, some people get confused
This commit is contained in:
parent
7caf3d1450
commit
a41879662e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,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. http://pad.ma/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