You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-32Lines changed: 0 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,38 +228,6 @@ The **cafe.py** will automatically absorb the configurations in **recipe.json**,
228
228
229
229
All the essential process logs could be found in **beans.txt** for debugging purposes.
230
230
231
-
Giving an example of the format of the pre-configuration file:
232
-
233
-
```
234
-
[
235
-
{
236
-
"roomId":125,
237
-
"users":[
238
-
"201906010101"
239
-
],
240
-
"startAt": "2019-11-30 09:40:00",
241
-
"endAt": "2019-11-30 13:40:00",
242
-
"triggerAt": "2019-11-24 00:00:30"
243
-
},{
244
-
"roomId":125,
245
-
"users":[
246
-
"201906010101"
247
-
],
248
-
"startAt": "2019-11-30 13:41:00",
249
-
"endAt": "2019-11-30 17:41:00",
250
-
"triggerAt": "2019-11-24 00:00:50"
251
-
},{
252
-
"roomId":125,
253
-
"users":[
254
-
"201906010101"
255
-
],
256
-
"startAt": "2019-11-30 17:42:00",
257
-
"endAt": "2019-11-30 21:42:00",
258
-
"triggerAt": "2019-11-24 00:01:10"
259
-
}
260
-
]
261
-
```
262
-
263
231
## Contributions
264
232
265
233
Notice: according to the license, you are required to make appropriate contributions to this project in case you run it. Check out [Toay's pre-mit license](https://toay.org/projects/pre-mit-license) for more information.
0 commit comments