Skip to content

Commit 5fd48aa

Browse files
committed
Making all tests pass
1 parent 95fda9b commit 5fd48aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcsecond/api/endpoints/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _prepare_request(self, url, method, payload, **headers):
147147

148148
return url, method_name, method, payload, headers
149149

150-
def _perform_request(self, url, method, payload, callback, **headers):
150+
def _perform_request(self, url, method, payload, callback=None, **headers):
151151
if self.state.verbose:
152152
click.echo('Preparing request...')
153153

0 commit comments

Comments
 (0)