| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| else: | ||
| self.logger = parent_logger | ||
|
|
||
|
|
There was a problem hiding this comment.
W293 blank line contains whitespace
Sorry, something went wrong.
|
|
||
|
|
||
| timeout = kwargs.get('request_timeout', None) | ||
|
|
There was a problem hiding this comment.
W293 blank line contains whitespace
Sorry, something went wrong.
| 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)) |
There was a problem hiding this comment.
E501 line too long (149 > 79 characters)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.