Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aadibajpai authored Feb 8, 2021
1 parent fe5e2a4 commit d69095c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwagLyricsBot/general_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def get_lyrics_command(self, ctx, member: typing.Optional[discord.Member],
)
if not isinstance(artists, list):
artists = [artists]

artists_string = self.artists_to_string(artists)
debug_string = f"Getting lyrics for {song} by {artists_string}"
await log.add_sub_log(debug_string)
Expand Down

0 comments on commit d69095c

Please sign in to comment.