Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jan 16, 2024
1 parent e754343 commit cf7d8eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ python -m pip install musify
## Currently Supported

- **Music Streaming Services**: `Spotify`
- **Audio filetypes**: `.mp3` `.m4a` `.wma` `.flac`
- **Local playlist filetypes**: `.xautopf` `.m3u`
- **Audio filetypes**: `.flac` `.wma` `.m4a` `.mp3`
- **Local playlist filetypes**: `.m3u` `.xautopf`
- **Local Libraries**: `MusicBee`

<a id="aims"></a>
Expand Down
2 changes: 1 addition & 1 deletion musify/shared/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from tqdm.auto import tqdm

from musify import PROGRAM_NAME, PACKAGE_ROOT
from musify import PROGRAM_NAME
from musify.processors.time import TimeMapper

LOGGING_DT_FORMAT = "%Y-%m-%d_%H.%M.%S"
Expand Down

0 comments on commit cf7d8eb

Please sign in to comment.