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 e0d5f18 commit 6685195Copy full SHA for 6685195
gdax/authenticated_client.py
@@ -31,7 +31,6 @@ def get_accounts(self):
31
def get_account_history(self, account_id):
32
result = []
33
r = requests.get(self.url + '/accounts/{}/ledger'.format(account_id), auth=self.auth, timeout=self.timeout)
34
- # r.raise_for_status()
35
r_json = self._determine_response(r)
36
result.append(r_json)
37
if "cb-after" in r.headers:
0 commit comments