diff --git a/trakt_scrobbler/commands/plex.py b/trakt_scrobbler/commands/plex.py index d432377..c3c1095 100644 --- a/trakt_scrobbler/commands/plex.py +++ b/trakt_scrobbler/commands/plex.py @@ -13,7 +13,7 @@ def handle(self): from trakt_scrobbler.player_monitors import plex if self.option("force"): - plex.token_data = None + plex.PLEX_TOKEN_PATH.unlink() self.line("Forcing plex authentication") token = plex.get_token() if token: