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: ')
|
||||
if 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:
|
||||
self._config['url'] = url
|
||||
self.save_config()
|
||||
|
|
Loading…
Reference in a new issue