From d2d85887a8629b03010fe56f7d21a2d6bb6e063c Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 30 Sep 2011 10:30:09 +0100 Subject: [PATCH] use https when talking to the server --- client/djrandom_client/client.py | 2 +- client/djrandom_client/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/djrandom_client/client.py b/client/djrandom_client/client.py index 79d1153..09b342e 100644 --- a/client/djrandom_client/client.py +++ b/client/djrandom_client/client.py @@ -114,7 +114,7 @@ def main(): default=os.path.join(os.getenv('HOME'), 'Music'), help='Path to your music directory') parser.add_option('--server_url', - default='http://djrandom.incal.net/receiver', + default='https://djrandom.incal.net/receiver', help='URL to the API endpoint') parser.add_option('--bwlimit', type='int', help='Bandwidth limit (in KBps, default unlimited)') diff --git a/client/djrandom_client/version.py b/client/djrandom_client/version.py index ace1dd7..26906e0 100644 --- a/client/djrandom_client/version.py +++ b/client/djrandom_client/version.py @@ -1 +1 @@ -VERSION = '0.2.2' +VERSION = '0.2.3' -- GitLab