Closed shkabrii closed 1 month ago
Fixed a syntax error in the _fetch_and_parse method. The logger.error call had mixed single and double quotes, which caused a syntax issue.
_fetch_and_parse
Updated the line to:
logger.error(f"Failed to get screener data for '{self._body.get('query', 'query not set')}' reason: {e}")
Closing this pull request as it's a duplicate of #2094, which addresses the same issue
Fixed a syntax error in the
_fetch_and_parse
method. The logger.error call had mixed single and double quotes, which caused a syntax issue.Updated the line to: