Skip to content

Support Configurable Request Timeout#71

Draft
rileyjenk wants to merge 1 commit intodomoinc:masterfrom
rileyjenk:patch-1
Draft

Support Configurable Request Timeout#71
rileyjenk wants to merge 1 commit intodomoinc:masterfrom
rileyjenk:patch-1

Conversation

@rileyjenk
Copy link
Copy Markdown

No description provided.

else:
self.logger = parent_logger


Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W293 blank line contains whitespace



timeout = kwargs.get('request_timeout', None)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W293 blank line contains whitespace

self.logger.debug("\n" + DOMO + "\n")

self.transport = DomoAPITransport(client_id, client_secret, api_host, kwargs.get('use_https', True), self.logger)
self.transport = DomoAPITransport(client_id, client_secret, api_host, kwargs.get('use_https', True), self.logger, request_timeout = timeout))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (149 > 79 characters)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants