From aae1ae22ac35421436d5c8298c63a5c70be3f167 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Wed, 17 Nov 2021 09:20:04 -0500 Subject: [PATCH] #435 PMM_WIDTH fix --- plex_meta_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex_meta_manager.py b/plex_meta_manager.py index 274f986d..1934408c 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -63,7 +63,7 @@ libraries = get_arg("PMM_LIBRARIES", args.libraries) resume = get_arg("PMM_RESUME", args.resume) times = get_arg("PMM_TIME", args.times) divider = get_arg("PMM_DIVIDER", args.divider) -screen_width = get_arg("PMM_WIDTH", args.width) +screen_width = get_arg("PMM_WIDTH", args.width, arg_int=True) config_file = get_arg("PMM_CONFIG", args.config) stats = {}