We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b22cd commit 1c5505dCopy full SHA for 1c5505d
1 file changed
plexapi/__init__.py
@@ -18,8 +18,6 @@
18
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
19
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)
20
21
-BASE_HEADERS = reset_base_headers()
22
-
23
# Logging Configuration
24
log = logging.getLogger('plexapi')
25
logfile = CONFIG.get('log.path')
0 commit comments