Skip to content

Commit 1c5505d

Browse files
committed
Drop plexapi.BASE_HEADERS
1 parent 17b22cd commit 1c5505d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plexapi/__init__.py

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

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

0 commit comments

Comments
 (0)