From 98eaf155ffad4c0eb0678bb220c0c6b6b3c62556 Mon Sep 17 00:00:00 2001 From: Brian Lindner <8153326+BrianLindner@users.noreply.github.com> Date: Sun, 23 Oct 2022 18:42:43 -0400 Subject: [PATCH] logging --- schedule_preroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule_preroll.py b/schedule_preroll.py index 996e3ca..c1215b1 100644 --- a/schedule_preroll.py +++ b/schedule_preroll.py @@ -78,7 +78,7 @@ def arguments() -> Namespace: argparse.Namespace: Namespace object """ description = "Automate scheduling of pre-roll intros for Plex" - version = "0.12.1" + version = "0.12.2" config_default = "./config.ini" log_config_default = "./logging.conf"