Update config path

master
MrTyton 3 years ago
parent bbc522fdfc
commit e3916e73e5

@ -1 +1 @@
2022.03.25-22
2022.03.25-23

@ -1,5 +1,5 @@
#!/bin/bash
python3 /app/runner_notify.py -c config.ini
python3 /app/runner_notify.py -c /config/config.ini
sleep 60

@ -122,7 +122,6 @@ if __name__ == "__main__":
options.library_path = options.library
if options.config:
touch(options.config)
config = ConfigParser(allow_no_value=True)
config.read(options.config)

Loading…
Cancel
Save