Skip to content

Commit

Permalink
Cleanup nocache from PlexServerConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 17, 2024
1 parent d60f268 commit 49c6346
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plextraktsync/plex/PlexServerConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from requests.exceptions import ConnectionError, SSLError

from plextraktsync.config import PLEX_PLATFORM
from plextraktsync.decorators.nocache import nocache
from plextraktsync.factory import Factory, logging


Expand All @@ -29,7 +28,6 @@ def config(self):
def session(self):
return self.factory.session

@nocache
def connect(self, urls: list[str], token: str):
plexapi.X_PLEX_PLATFORM = PLEX_PLATFORM
plexapi.TIMEOUT = self.timeout
Expand Down

0 comments on commit 49c6346

Please sign in to comment.