From a41879662e5cd15992f93f9c8c193994b8d0bf3d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 17 Oct 2014 17:41:29 +0200 Subject: [PATCH] dont mention pad.ma api url, some people get confused --- pandora_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index f049260..3f2ee47 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -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()