We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510394d commit 2c28b90Copy full SHA for 2c28b90
README.md
@@ -48,7 +48,7 @@ You can also specify a `Config` option where you can set more config than `app_n
48
from audius.config import Config
49
from audius.sdk import Audius
50
51
-config = Config(app_name="my_app")
+config = Config(app_name="my_app", host="https://audius.example.com")
52
sdk = Audius(config)
53
```
54
0 commit comments