Skip to content

Commit

Permalink
Drop plexapi.BASE_HEADERS
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 26, 2022
1 parent 839c856 commit 89f8bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plexapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)

BASE_HEADERS = reset_base_headers()

# Logging Configuration
log = logging.getLogger('plexapi')
logfile = CONFIG.get('log.path')
Expand Down

0 comments on commit 89f8bff

Please sign in to comment.