Skip to content

Commit

Permalink
review feedback: log nessage
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 11, 2024
1 parent 8a3d805 commit 1e86534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mopidy_spotify/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def run(self, _args, config):
except Exception as error:
logger.warning(f"Failed to logout from Spotify: {error}")

Check warning on line 31 in src/mopidy_spotify/commands.py

View check run for this annotation

Codecov / codecov/patch

src/mopidy_spotify/commands.py#L30-L31

Added lines #L30 - L31 were not covered by tests
else:
logger.info("Logout from Spotify complete")
logger.info("Logged out from Spotify")

0 comments on commit 1e86534

Please sign in to comment.