File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 312
312
###### ` code ` ` int ` ` response code `
313
313
###### ` content ` ` dict ` ` dict of list, included whitelist and blacklist `
314
314
##### Content Dict(content):
315
- ##### ` notice ` ` string ` ` System Notice `
316
- ##### ` switcher ` ` bool ` ` Main switcher for the song function `
317
- ##### ` igTime ` ` bool ` ` `Main switcher to ignore the time limit`
318
- ##### ` timeRule ` ` list ` ` the timeRule setting `
319
- #### List of time rule:
320
- ##### ` 0 ` ` Index ` ` Index `
321
- ##### ` 1 ` ` HH:MM:SS ` ` begin time `
322
- ##### ` 2 ` ` HH:MM:SS ` ` end time `
315
+ ###### ` notice ` ` string ` ` System Notice `
316
+ ###### ` switcher ` ` bool ` ` Main switcher for the song function `
317
+ ###### ` igTime ` ` bool ` ` Main switcher to ignore the time limit `
318
+ ###### ` timeRule ` ` list ` ` the timeRule setting `
319
+ ##### List of time rule:
320
+ ###### ` 0 ` ` Index ` ` Index `
321
+ ###### ` 1 ` ` HH:MM:SS ` ` begin time `
322
+ ###### ` 2 ` ` HH:MM:SS ` ` end time `
Original file line number Diff line number Diff line change
1
+ requests
2
+ flask
3
+ gevent
Original file line number Diff line number Diff line change
1
+ import requests
You can’t perform that action at this time.
0 commit comments