summary refs log tree commit diff
path: root/soundcloud.py
diff options
context:
space:
mode:
authorPawky Languish2025-04-19 19:07:38 +0000
committerPawky Languish2025-04-19 19:07:38 +0000
commitf4fb34dde6b03fdb49f71476d587c5c7f986b565 (patch)
treeef8cc174c413dcd766754bc51c52b9a2fc328e5c /soundcloud.py
parent12062621d6d67adb8abee962f4201e2d5196f55b (diff)
idk some changes lol, formatting and stuff HEAD master
Diffstat (limited to 'soundcloud.py')
-rwxr-xr-xsoundcloud.py4
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"