Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorflahardy committed Aug 2, 2021
1 parent 7dd67a0 commit 6142da2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tixte/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ class Client:
> Your key should be outputted.
domain: :class:`str`
domain: Optional[:class:`str`]
The domain you want to upload to.
If you haven't already, you need to create a domain at `https://tixte.com/dashboard/domains`
..note:
If no domain is specified, the domain with the most amount of uploads will be defaulted.
session: Optional[:class:`aiohttp.ClientSession`]
An optional session to pass into the client for requests.
Expand Down

0 comments on commit 6142da2

Please sign in to comment.