Skip to content

Commit 7939fea

Browse files
committed
fixup! Use CONFIG rather constants
1 parent 4026a6d commit 7939fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plexapi/myplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import requests
88
from plexapi import (BASE_HEADERS, CONFIG, TIMEOUT, X_PLEX_ENABLE_FAST_CONNECT,
9-
X_PLEX_IDENTIFIER, log, logfilter, utils)
9+
log, logfilter, utils)
1010
from plexapi.base import PlexObject
1111
from plexapi.client import PlexClient
1212
from plexapi.exceptions import BadRequest, NotFound, Unauthorized

0 commit comments

Comments
 (0)