whoops- spotify activity read error
This commit is contained in:
parent
bcc3bc02fa
commit
b13c2eec2a
@ -56,8 +56,8 @@ class Utility:
|
|||||||
Attributes exist, but mypy does not recognize them. Ignored.
|
Attributes exist, but mypy does not recognize them. Ignored.
|
||||||
"""
|
"""
|
||||||
return False
|
return False
|
||||||
search_artist = str(activity.title) # type: ignore
|
search_artist = str(activity.artist) # type: ignore
|
||||||
search_song = str(activity.artist) # type: ignore
|
search_song = str(activity.title) # type: ignore
|
||||||
song = f"{search_artist} : {search_song}"
|
song = f"{search_artist} : {search_song}"
|
||||||
case "serious.fm" | "cocks.fm" | "something":
|
case "serious.fm" | "cocks.fm" | "something":
|
||||||
if not activity.details:
|
if not activity.details:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user