Skip to content

Commit

Permalink
refactor(presence): remove unused title attribute from Presence class
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed Nov 28, 2024
1 parent c4b936d commit 4a01348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpp/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def __init__(self, metadata_file: bool = False):
self.log = None

# Presence data
self.title: str = None
self.details: str = None
self.state: str = None
self.large_image: str = None
Expand Down

0 comments on commit 4a01348

Please sign in to comment.