Skip to content

Commit

Permalink
Fix: Add TIMEOUT as public export (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Jan 2, 2025
2 parents 8ed6828 + d480bda commit 9634420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trakt/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'init', 'BASE_URL', 'CLIENT_ID', 'CLIENT_SECRET', 'DEVICE_AUTH',
'REDIRECT_URI', 'HEADERS', 'CONFIG_PATH', 'OAUTH_TOKEN',
'OAUTH_REFRESH', 'PIN_AUTH', 'OAUTH_AUTH', 'AUTH_METHOD',
'TIMEOUT',
'APPLICATION_ID', 'get_device_code', 'get_device_token']

#: The base url for the Trakt API. Can be modified to run against different
Expand Down

0 comments on commit 9634420

Please sign in to comment.