Newline at end of file

This commit is contained in:
JonnyWong16 2024-02-20 00:20:04 -08:00 committed by GitHub
parent 0ff3c5dfc0
commit c03ee8103c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,4 +107,4 @@ if __name__ == '__main__':
library = plex.library.section(opts.library) library = plex.library.section(opts.library)
select_tmdb_poster_library(library, opts.include_locked) select_tmdb_poster_library(library, opts.include_locked)
else: else:
print("No --rating_key or --library specified. Exiting.") print("No --rating_key or --library specified. Exiting.")