Skip to content

Commit

Permalink
commands: Fix bug in plex --force
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Oct 2, 2020
1 parent 678a554 commit 469b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt_scrobbler/commands/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 469b0e0

Please sign in to comment.