sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Update __main__.py with f-strings instead of `%s` strings

Open SmashedFrenzy16 opened this issue 2 years ago • 0 comments

F-strings are more recommended for formatting, as they are easier to read and faster. %s strings are outdated, and are not recommended to be used. F-strings also provide compatibility from Python 3.6 and anything newer, so would suit this project.

SmashedFrenzy16 avatar Oct 05 '23 11:10 SmashedFrenzy16