diff --git a/quickbooks/client.py b/quickbooks/client.py index 28c7b75..22b9ede 100644 --- a/quickbooks/client.py +++ b/quickbooks/client.py @@ -152,7 +152,7 @@ def change_data_capture(self, entity_string, changed_since): def make_request(self, request_type, url, request_body=None, content_type='application/json', params=None, file_path=None, request_id=None): - print(params) + if not params: params = {} diff --git a/setup.cfg b/setup.cfg index c5f4a61..4f71077 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ omit = src/db/env.py,src/db/versions/* # define paths to omit [coverage:report] show_missing = True -skip_covered = True \ No newline at end of file +skip_covered = True