This pull request fixes an unmatched parenthesis in the f-string in the screener.py file. The current implementation causes a syntax error due to the improper nesting of single and double quotes. This fix ensures that the quotes are properly handled within the f-string.
This pull request fixes an unmatched parenthesis in the f-string in the screener.py file. The current implementation causes a syntax error due to the improper nesting of single and double quotes. This fix ensures that the quotes are properly handled within the f-string.