Skip to content

Commit d477614

Browse files
v1.4 - Python script shows correct version
1 parent fd9dddd commit d477614

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lidarr/ARLChecker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/with-contenv bash
22
### Default values
3-
scriptVersion="1.4.0"
3+
scriptVersion="1.4"
44
scriptName="ARLChecker"
55
sleepInterval='24h'
66
### Import Settings

lidarr/python/ARLChecker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
import os
1212
from datetime import datetime
1313

14-
# Pull script version from previous
15-
VERSION = '0.0.0'
14+
# Pull script version from bash script. will likely change this to a var passthrough
1615
with open("/custom-services.d/ARLChecker", "r") as r:
1716
for line in r:
1817
if 'scriptVersion' in line:

0 commit comments

Comments
 (0)