format
This commit is contained in:
@@ -130,6 +130,7 @@ def check_whitelist_logic(
|
||||
|
||||
return skip_reason
|
||||
|
||||
|
||||
def show_title_dict(user_list: dict):
|
||||
try:
|
||||
show_output_dict = {}
|
||||
@@ -156,6 +157,7 @@ def show_title_dict(user_list: dict):
|
||||
logger("Generating show_output_dict failed, skipping", 1)
|
||||
return {}
|
||||
|
||||
|
||||
def episode_title_dict(user_list: dict):
|
||||
try:
|
||||
episode_output_dict = {}
|
||||
@@ -180,6 +182,7 @@ def episode_title_dict(user_list: dict):
|
||||
logger("Generating episode_output_dict failed, skipping", 1)
|
||||
return {}
|
||||
|
||||
|
||||
def movies_title_dict(user_list: dict):
|
||||
try:
|
||||
movies_output_dict = {}
|
||||
@@ -198,6 +201,7 @@ def movies_title_dict(user_list: dict):
|
||||
logger("Generating movies_output_dict failed, skipping", 1)
|
||||
return {}
|
||||
|
||||
|
||||
def generate_library_guids_dict(user_list: dict):
|
||||
# Handle the case where user_list is empty or does not contain the expected keys and values
|
||||
if not user_list:
|
||||
|
||||
Reference in New Issue
Block a user