From 8ce532e9f0b4ac3a3fa93cda6755bdfdea9e49bc Mon Sep 17 00:00:00 2001 From: hockeygoalie35 Date: Tue, 6 Feb 2024 23:09:46 -0500 Subject: [PATCH] Refactor. Set all messages including errors to logging Set logging formatting to match Audio script Add additional commands to telegram bot temporarily set sleep time to 1m for debugging purposes --- lidarr/setup.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 87df26f..9bd0a26 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -82,8 +82,8 @@ echo "Done" mkdir -p /custom-services.d/python echo "Download ARLChecker service..." -curl https://github.com/hockeygoalie35/arr-scripts/tree/main/lidarr/python/ARLChecker.py -o /custom-services.d/python/ARLChecker.py -curl https://github.com/hockeygoalie35/arr-scripts/tree/main/lidarr/ARLChecker -o /custom-services.d/ARLChecker +curl https://raw.github.com/hockeygoalie35/arr-scripts/tree/main/lidarr/python/ARLChecker.py -o /custom-services.d/python/ARLChecker.py +curl https://raw.github.com/hockeygoalie35/arr-scripts/tree/main/lidarr/ARLChecker -o /custom-services.d/ARLChecker