diff options
author | emkael <emkael@tlen.pl> | 2023-10-02 21:20:57 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-10-02 21:20:57 +0200 |
commit | 2dbb85d3b2c8345ee1bdbf2049909b694767d87a (patch) | |
tree | c00ac3b7adc1918335bf88b7664418d19cfe7bf4 /butler | |
parent | 655ebfc2a9380b428c5dae754088d8fe05a2fed3 (diff) |
Butler config for 2023/24
Diffstat (limited to 'butler')
-rw-r--r-- | butler/config.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/butler/config.json b/butler/config.json index e99b0b9..495c956 100644 --- a/butler/config.json +++ b/butler/config.json @@ -1,39 +1,39 @@ { "1+2": { "source": [ - "dmp202223_2se", - "dmp202223_2sw", - "dmp202223_2ne", - "dmp202223_2nw", - "dmp202223_1s", - "dmp202223_1n" + "dmp202324_2se", + "dmp202324_2sw", + "dmp202324_2ne", + "dmp202324_2nw", + "dmp202324_1s", + "dmp202324_1n" ], - "output": "dmp202223_b0" + "output": "dmp202324_b0" }, "1": { "source": [ - "dmp202223_1s", - "dmp202223_1n" + "dmp202324_1s", + "dmp202324_1n" ], - "output": "dmp202223_b1" + "output": "dmp202324_b1" }, "2": { "source": [ - "dmp202223_2sw", - "dmp202223_2ne", - "dmp202223_2nw", - "dmp202223_2se" + "dmp202324_2sw", + "dmp202324_2ne", + "dmp202324_2nw", + "dmp202324_2se" ], - "output": "dmp202223_b2" + "output": "dmp202324_b2" }, "__groups": { - "dmp202223_e": "E", - "dmp202223_1s": "S", - "dmp202223_1n": "N", - "dmp202223_2se": "SE", - "dmp202223_2sw": "SW", - "dmp202223_2ne": "NE", - "dmp202223_2nw": "NW" + "dmp202324_e": "E", + "dmp202324_1s": "S", + "dmp202324_1n": "N", + "dmp202324_2se": "SE", + "dmp202324_2sw": "SW", + "dmp202324_2ne": "NE", + "dmp202324_2nw": "NW" }, "__queries": { } |