README update, code linting changes

- PEP8 fix
- Remove useless parens
- Docstring fixes
- RegEX: remove unneeded escape character
- accuraterip-checksum: output usage to stderr in case of wrong invocation

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2021-05-26 08:07:07 +00:00
parent 2d34d53539
commit 06356fc40f
8 changed files with 16 additions and 12 deletions

View File

@@ -578,6 +578,8 @@ class Program:
:type overread: bool
:param what: a string representing what's being read; e.g. Track
:type what: str or None
:param coverArtPath: path to the downloaded cover art file
:type coverArtPath: str or None
"""
if trackResult.number == 0:
start, stop = self.getHTOA()