From 1d087af4773c6338341fb793b2893a9ca5f1e2b9 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 Jan 2023 12:52:53 -0500 Subject: [PATCH] test --- tdarr_inform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdarr_inform.py b/tdarr_inform.py index fb479b5..e0c7baf 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -65,8 +65,8 @@ def main(): # No environment variables were found # Either the script was run manually as a test (ie Not ran by *arr) # or, something went wrong : ) - if len(envs) == 0: - raise Exception('No *arr Environment variables were found.') + # if len(envs) == 0: + # raise Exception('No *arr Environment variables were found.') logwrite.close()