Skip to content

Commit

Permalink
Patch credential non-storage after verification
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed Mar 14, 2020
1 parent dbe0976 commit 27d25e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libgsync/drive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def service(self):

if credentials is None:
credentials = self._obtain_credentials()
if storage is not None:
storage.put(credentials)

debug("Authenticating")
import httplib2
Expand Down

0 comments on commit 27d25e0

Please sign in to comment.