Skip to content

Commit 56106b1

Browse files
Fix minor error in README example code (#141)
1 parent d14175a commit 56106b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ daily historical price data for the past twenty years:
7979
token_path = '/path/to/token.json'
8080
8181
try:
82-
c = auth.client_from_token_file(token_path, api_key)
82+
c = auth.client_from_token_file(token_path, api_key, app_secret)
8383
except FileNotFoundError:
8484
c = auth.client_from_manual_flow(
8585
api_key, app_secret, redirect_uri, token_path)

0 commit comments

Comments
 (0)