Skip to content
Snippets Groups Projects
Commit d2d85887 authored by ale's avatar ale
Browse files

use https when talking to the server

parent dd2b3da7
Branches
No related tags found
No related merge requests found
......@@ -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)')
......
VERSION = '0.2.2'
VERSION = '0.2.3'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment