dont mention pad.ma api url, some people get confused

This commit is contained in:
j 2014-10-17 17:41:29 +02:00
parent 7caf3d1450
commit a41879662e

View file

@ -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()