From 4e9ae363cafcb677fa51638583d9f65a0ac71069 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 24 Jul 2023 10:21:43 -0400 Subject: [PATCH] [71] remove exit() --- VERSION | 2 +- modules/plex.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4946a2f8..95e10aa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop70 +1.19.0-develop71 diff --git a/modules/plex.py b/modules/plex.py index bc6fac1c..20fc2a95 100644 --- a/modules/plex.py +++ b/modules/plex.py @@ -497,7 +497,6 @@ class Plex(Library): logger.error(f"update_blank_track_titles library operation only works with music libraries") logger.info(f"Connected to library {params['name']}") logger.info(f"Agent: {self.agent}; Scanner: {self.scanner}; ratings source: {self.ratings_source}") - exit() def notify(self, text, collection=None, critical=True): self.config.notify(text, server=self.PlexServer.friendlyName, library=self.name, collection=collection, critical=critical)