We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839c856 commit 89f8bffCopy full SHA for 89f8bff
plexapi/__init__.py
@@ -19,8 +19,6 @@
19
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
20
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)
21
22
-BASE_HEADERS = reset_base_headers()
23
-
24
# Logging Configuration
25
log = logging.getLogger('plexapi')
26
logfile = CONFIG.get('log.path')
0 commit comments