diff options
Diffstat (limited to 'soundcloud.py')
-rwxr-xr-x | soundcloud.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/soundcloud.py b/soundcloud.py index 7fa6a53..a56dfc8 100755 --- a/soundcloud.py +++ b/soundcloud.py @@ -43,9 +43,7 @@ class SoundCloud: ansi_string = "[\x1b[31mSoundCloud\x1b[0m] \x1b[33;2mERROR:\x1b[33;1m got no data from server! \x1b[37;2m(check your URL for typos!)\x1b[0m" print(ansi_string) return irc_string, True - irc_string = ( - f"[\x0303SoundCloud\x03] \x02{title}\x02 uploaded by \x1d{artist}\x1d" - ) + irc_string = f"[\x0303SoundCloud\x03] \x02{title}\x02 uploaded by \x1d{artist}\x1d" ansi_string = f"[\x1b[32mSoundCloud\x1b[0m] \x1b[1m{title}\x1b[0m uploaded by \x1b[03m{artist}\x1b[0m" # """ # irc_string="dummy";ansi_string="dummy" |