Change file/path location of autoProcess.ini"

pull/10/head
RandomNinjaAtk 4 years ago committed by GitHub
parent a4ba2f0855
commit 71d5eef92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ import logging
import configparser
import xml.etree.ElementTree as ET
autoProcess = os.path.join(os.environ.get("SMA_PATH", "/usr/local/sma"), "config/autoProcess.ini")
autoProcess = "/config/scripts/configs/autoProcess.ini"
def main():

Loading…
Cancel
Save