Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion soundcloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Client(object):
"""A client for interacting with Soundcloud resources."""

use_ssl = True
host = 'api.soundcloud.com'
host = 'api-v2.soundcloud.com'

def __init__(self, **kwargs):
"""Create a client instance with the provided options. Options should
Expand Down