1
0

config can be changed on the fly, moved to volume

This commit is contained in:
2018-09-16 12:44:48 +01:00
parent a3ddc41118
commit f671a3b198
3 changed files with 5 additions and 6 deletions

View File

@@ -20,9 +20,9 @@ VERSION = "v1.1"
PROPERTY_LAST_COMMAND = "last_command"
PROPERTY_LAST_ARGUMENTS = "last_arguments"
CONFIG_FILE = 'config.json'
CONFIG_FILE = '/config/config.json'
ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
TASKS_FILE="/tasks/tasks.json"
TASKS_FILE="/config/tasks.json"
with open(CONFIG_FILE) as file: