Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #136 from primaxius/patch-1
Browse files Browse the repository at this point in the history
Fixed Google Logins
  • Loading branch information
keyphact authored Sep 22, 2016
2 parents 1187720 + 05c3bd2 commit 3a02e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgoapi/auth_google.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def __init__(self):
Auth.__init__(self)

self._auth_provider = 'google'

self._refresh_token = None
self._proxy = None

def set_proxy(self, proxy_config):
self._proxy = proxy_config
Expand Down

0 comments on commit 3a02e74

Please sign in to comment.