black formatting

This commit is contained in:
Luigi311
2022-12-23 23:11:38 -07:00
parent 111e284cc8
commit 1eb92cf7c1
3 changed files with 30 additions and 13 deletions

View File

@@ -101,7 +101,10 @@ def get_user_library_watched(user, user_plex, library):
user_watched[user_name][library.title][show_guids] = {}
user_watched[user_name][library.title][show_guids] = episode_guids
logger(f"Plex: Added {episode_guids} to {user_name} {show_guids} watched list", 3)
logger(
f"Plex: Added {episode_guids} to {user_name} {show_guids} watched list",
3,
)
logger(f"Plex: Got watched for {user_name} in library {library.title}", 1)
if library.title in user_watched[user_name]: