Skip to content

Commit

Permalink
Merge pull request #125 from se1exin/poolmgr_fix
Browse files Browse the repository at this point in the history
fix: poolmanager
  • Loading branch information
peter-mcconnell authored Nov 14, 2023
2 parents 15b0a8b + 9055251 commit ce9d05e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/plexwrapper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import urllib.parse
from urllib3 import PoolManager
from concurrent.futures import ThreadPoolExecutor, as_completed

import requests
Expand Down

0 comments on commit ce9d05e

Please sign in to comment.