mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-26 17:58:40 -05:00
hhhhhhhh whitespace
This commit is contained in:
parent
f649d15890
commit
2ccb225a5f
@ -32,11 +32,11 @@ exts = ['ae7q', 'base', 'fun', 'grid', 'ham', 'image', 'lookup', 'morse', 'qrz',
|
||||
# Timezone for the status (string)
|
||||
status_tz = 'US/Eastern'
|
||||
# The text to put in the "playing" status, with start and stop times
|
||||
statuses = [('with lids on 3.840', (00,00), (6,00)),
|
||||
('with lids on 7.200', (6,00), (10,00)),
|
||||
('with lids on 14.313', (10,00), (18,00)),
|
||||
('with lids on 7.200', (18,00), (20,00)),
|
||||
('with lids on 3.840', (20,00), (23,59))]
|
||||
statuses = [('with lids on 3.840', (00, 00), (6, 00)),
|
||||
('with lids on 7.200', (6, 00), (10, 00)),
|
||||
('with lids on 14.313', (10, 00), (18, 00)),
|
||||
('with lids on 7.200', (18, 00), (20, 00)),
|
||||
('with lids on 3.840', (20, 00), (23, 59))]
|
||||
# The text to put in the "playing" status otherwise
|
||||
status_default = 'with lids on the air'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user