Skip to content

Commit

Permalink
Update init with settings
Browse files Browse the repository at this point in the history
  • Loading branch information
junpeng-jp committed Jul 24, 2022
1 parent 40b8146 commit b947802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pydrive2/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ class GoogleAuth(ApiAttributeMixin):
service = ApiAttribute("service")
auth_method = ApiAttribute("auth_method")

def __init__(self, settings_file="settings.yaml", http_timeout=None):
def __init__(
self, settings_file="settings.yaml", http_timeout=None, settings=None
):
"""Create an instance of GoogleAuth.
This constructor parses just the yaml settings file.
Expand Down

0 comments on commit b947802

Please sign in to comment.