We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d1fea commit b400622Copy full SHA for b400622
.gitignore
@@ -34,6 +34,11 @@ nosetests.xml
34
.project
35
.pydevproject
36
37
+# Vim
38
+*.swp
39
+
40
+# Other
41
42
/.idea/
43
/coinbase_oauth2/secrets.py
44
/MANIFEST
coinbase/__init__.py
@@ -148,7 +148,6 @@ def refresh_oauth(self):
148
raise AccessTokenRefreshError
149
150
def __call__(self, req):
151
- import pdb; pdb.set_trace()
152
if self.oauth2_credentials:
153
#Check if the oauth token is expired and refresh it if necessary
154
self._check_oauth_expired()
0 commit comments