Skip to content

Commit 2f5db3d

Browse files
committed
Updated readme
1 parent 4059e0e commit 2f5db3d

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -228,38 +228,6 @@ The **cafe.py** will automatically absorb the configurations in **recipe.json**,
228228

229229
All the essential process logs could be found in **beans.txt** for debugging purposes.
230230

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-
263231
## Contributions
264232

265233
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

Comments
 (0)