Skip to content

Commit fe8290d

Browse files
committed
fixup! fixup! Use reset_base_headers to initialize headers
1 parent 2190920 commit fe8290d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plexapi/myplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from xml.etree import ElementTree
66

77
import requests
8-
from plexapi import (BASE_HEADERS, CONFIG, TIMEOUT, X_PLEX_ENABLE_FAST_CONNECT,
8+
from plexapi import (CONFIG, TIMEOUT, X_PLEX_ENABLE_FAST_CONNECT,
99
log, logfilter, utils, reset_base_headers)
1010
from plexapi.base import PlexObject
1111
from plexapi.client import PlexClient

0 commit comments

Comments
 (0)