9 lines
105 B
JSON
9 lines
105 B
JSON
|
{
|
||
|
"fetch": {
|
||
|
"exe": "python3",
|
||
|
"args": ["update.py"]
|
||
|
},
|
||
|
"env": {
|
||
|
"HELLO": "WORLD"
|
||
|
}
|
||
|
}
|