change config and readme

This commit is contained in:
AlfandiMario
2024-11-20 14:10:26 +07:00
parent df3ebb771c
commit 962059f32d
2 changed files with 3 additions and 4 deletions

View File

@@ -9,8 +9,7 @@ Sample config file
"delay": 5,
"row_per_batch": 50,
"startDate": "2023-08-01", //yyyy-mm-dd tanggal data dicari dimulai
"endDate": "2024-12-30", //yyyy-mm-dd tanggal data dicari berakhir
"mcuID": "56"
"endDate": "2025-12-30", //yyyy-mm-dd tanggal data dicari berakhir
}
```

View File

@@ -5,6 +5,6 @@
],
"delay": 5,
"row_per_batch": 50,
"startDate": "2022-08-01",
"endDate": "2024-12-30"
"startDate": "2023-08-01",
"endDate": "2025-12-30"
}