Merge pull request #80 from jianglai/patch-1

pull/90/head
Luigi311 2023-06-08 13:41:24 -06:00 committed by GitHub
commit 3fa55cb41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
PlexAPI==4.13.4
requests==2.28.2
requests==2.31.0
python-dotenv==1.0.0
aiohttp==3.8.4

View File

@ -15,7 +15,7 @@ def setup_black_white_lists(
blacklist_library,
blacklist_library_type,
blacklist_users,
"White",
"Black",
library_mapping,
user_mapping,
)
@ -24,7 +24,7 @@ def setup_black_white_lists(
whitelist_library,
whitelist_library_type,
whitelist_users,
"Black",
"White",
library_mapping,
user_mapping,
)