Skip to content

Commit 89f8bff

Browse files
committed
Drop plexapi.BASE_HEADERS
1 parent 839c856 commit 89f8bff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plexapi/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
2020
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)
2121

22-
BASE_HEADERS = reset_base_headers()
23-
2422
# Logging Configuration
2523
log = logging.getLogger('plexapi')
2624
logfile = CONFIG.get('log.path')

0 commit comments

Comments
 (0)